Skip to content

Commit a8439bf

Browse files
atuin: 18.5.0 -> 18.6.1 (#405277)
2 parents 9c55b12 + 93eabf3 commit a8439bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/at/atuin/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
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+
})

0 commit comments

Comments
 (0)