Skip to content

Commit 819f1c8

Browse files
committed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wa/wallust/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
, installShellFiles
88
}:
99
let
10-
version = "3.0.0";
10+
version = "3.1.0";
1111
in
1212
rustPlatform.buildRustPackage {
1313
pname = "wallust";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
1818
owner = "explosion-mental";
1919
repo = "wallust";
2020
rev = version;
21-
hash = "sha256-vZTHlonepK1cyxHhGu3bVBuOmExPtRFrAnYp71Jfs8c=";
21+
hash = "sha256-Tad+zyhmTr734GEW0A4SNrfWzqcL0gLFsM6MoMrV17k=";
2222
};
2323

24-
cargoHash = "sha256-o6VRekazqbKTef6SLjHqs9/z/Q70auvunP+yFDkclpg=";
24+
cargoHash = "sha256-SEaq0qeWuDeIeCqz9imb5nV4WK44CF5wIwG62nhyqlU=";
2525

2626
nativeBuildInputs = [ makeWrapper installShellFiles ];
2727

0 commit comments

Comments
 (0)