Skip to content

Commit 93eabf3

Browse files
committed
atuin: 18.6.0 -> 18.6.1
1 parent c029d79 commit 93eabf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.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.

0 commit comments

Comments
 (0)