Skip to content

Commit 563e56a

Browse files
committed
navi: 2.7.1 -> 2.8.0
1 parent ddfa221 commit 563e56a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/applications/misc/navi/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "navi";
5-
version = "2.7.1";
5+
version = "2.8.0";
66

77
src = fetchFromGitHub {
88
owner = "denisidoro";
99
repo = "navi";
1010
rev = "v${version}";
11-
sha256 = "12p9l41k7isaapr0xbsm7brkjrv7i8826y029i12psz92nsynk29";
11+
sha256 = "0w63yx4c60r05nfswv61jw3l3zbl5n1s396a6f4ayn52fb6rxwg1";
1212
};
1313

14-
cargoSha256 = "11dc3gc7fyikbbgacmljhysr2sl7lmq6w3bsfcf2cqny39r25yp0";
14+
cargoSha256 = "06xpk04nxkm7h4nn235x8a4gi0qhscj8kkl2f9gqphlfmm56kjfn";
1515

1616
nativeBuildInputs = [ makeWrapper ];
1717

0 commit comments

Comments
 (0)