File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111rustPlatform . buildRustPackage ( finalAttrs : {
1212 pname = "atuin" ;
13- version = "18.6.0 " ;
13+ version = "18.6.1 " ;
1414
1515 src = fetchFromGitHub {
1616 owner = "atuinsh" ;
1717 repo = "atuin" ;
18- tag = finalAttrs . version ;
19- hash = "sha256-1EjBGnyVIoaHu4Mzf1ZumcPCM6ebhDlmplXZVPaOe2c =" ;
18+ tag = "v ${ finalAttrs . version } " ;
19+ hash = "sha256-aRaUiGH2CTPtmbfrtLlNfoQzQWG817eazWctqwRlOCE =" ;
2020 } ;
2121
2222 useFetchCargoVendor = true ;
23- cargoHash = "sha256-WP2U1I83DojLeLnH2lZY0WjjuEnBvMM8wLZWcpQB1eQ =" ;
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.
You can’t perform that action at this time.
0 commit comments