File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 nix-update-script ,
99} :
1010
11- rustPlatform . buildRustPackage rec {
11+ rustPlatform . buildRustPackage ( finalAttrs : {
1212 pname = "atuin" ;
13- version = "18.5.0 " ;
13+ version = "18.6.1 " ;
1414
1515 src = fetchFromGitHub {
1616 owner = "atuinsh" ;
1717 repo = "atuin" ;
18- rev = "v${ version } " ;
19- hash = "sha256-VXbnf/TfMWGHHXccKZBX4/RWDT/J1kpSBzhML4973mo =" ;
18+ tag = "v${ finalAttrs . version } " ;
19+ hash = "sha256-aRaUiGH2CTPtmbfrtLlNfoQzQWG817eazWctqwRlOCE =" ;
2020 } ;
2121
2222 useFetchCargoVendor = true ;
23- cargoHash = "sha256-MQNveOBItVOHFNarU5xXl8xHoooSAVbA7JnxxuRI9To =" ;
23+ cargoHash = "sha256-umagQYzOMr3Jh1RewjT0aX5FpYxs9N/70NZXoGaAfi4 =" ;
2424
2525 # atuin's default features include 'check-updates', which do not make sense
2626 # for distribution builds. List all other default features.
@@ -73,4 +73,4 @@ rustPlatform.buildRustPackage rec {
7373 ] ;
7474 mainProgram = "atuin" ;
7575 } ;
76- }
76+ } )
You can’t perform that action at this time.
0 commit comments