File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 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+ } )
You can’t perform that action at this time.
0 commit comments