Skip to content

Commit 764fe4d

Browse files
KiaraGrouwstraJohnRTitor
authored andcommitted
wallust: 3.2.0 -> 3.3.0
1 parent f56e94b commit 764fe4d

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

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

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,20 @@
77
makeWrapper,
88
installShellFiles,
99
}:
10-
let
11-
version = "3.2.0";
12-
in
13-
rustPlatform.buildRustPackage {
10+
rustPlatform.buildRustPackage (finalAttrs: {
1411
pname = "wallust";
15-
inherit version;
12+
version = "3.3.0";
1613

1714
src = fetchFromGitea {
1815
domain = "codeberg.org";
1916
owner = "explosion-mental";
2017
repo = "wallust";
21-
rev = version;
22-
hash = "sha256-71vLHuzLcNTvwE7j6iIQZJWD18IQnA0OwF/cOAZCLL8=";
18+
rev = finalAttrs.version;
19+
hash = "sha256-n3FXPlm8nructXh+Wc7BgJvxas6OFHEPbTe2QWjEpsg=";
2320
};
2421

2522
useFetchCargoVendor = true;
26-
cargoHash = "sha256-TxlGzfupx9661T8nGvSxurz9cxc9C3udOnoU3PXVCdQ=";
23+
cargoHash = "sha256-LIHSnRPrx4gHZkpKEEZ1Um609i3vv0JGXLpbiSD08P4=";
2724

2825
nativeBuildInputs = [
2926
makeWrapper
@@ -53,7 +50,7 @@ rustPlatform.buildRustPackage {
5350
onemoresuza
5451
iynaix
5552
];
56-
downloadPage = "https://codeberg.org/explosion-mental/wallust/releases/tag/${version}";
53+
downloadPage = "https://codeberg.org/explosion-mental/wallust/releases/tag/${finalAttrs.version}";
5754
mainProgram = "wallust";
5855
};
59-
}
56+
})

0 commit comments

Comments
 (0)