3
0
Fork 0
forked from mirrors/nixpkgs

atuin: 17.2.0 -> 17.2.1

https://github.com/atuinsh/atuin/releases/tag/v17.2.1
This commit is contained in:
r-vdp 2024-01-03 17:03:38 +01:00
parent 81ac9e998c
commit 98e460036d
No known key found for this signature in database

View file

@ -12,20 +12,20 @@
rustPlatform.buildRustPackage rec {
pname = "atuin";
version = "17.2.0";
version = "17.2.1";
src = fetchFromGitHub {
owner = "atuinsh";
repo = "atuin";
rev = "v${version}";
hash = "sha256-i+csKE73spVmkvpXbkrtM57KFW0FxOz3SI5B+BejIbE=";
hash = "sha256-nXIYy8rE5FbXxg2EvZ02okpd+BIEI79Mk9W5YcroPGA=";
};
# TODO: unify this to one hash because updater do not support this
cargoHash =
if stdenv.isLinux
then "sha256-AsREPCHHqVtNrDouO5vZYLrg/UF6x+sYvRvFIebUU7U="
else "sha256-2fusDm4pDawX5jLeM0nBDPaaSstwjYP4jshZxJKLN/k=";
then "sha256-KKG3cJYX3lQfXY8wTdQFrdfAhlzeDuR2PYF4NWn7Swk="
else "sha256-VzLcMC79JYZ87ZnO0lQ/mL/5Wrnl2/6E5GblhCvh1FA=";
nativeBuildInputs = [ installShellFiles ];