From 7081da42c68f57bc605a723e1720c2e5d157b04a Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 17 Apr 2023 13:38:52 +0200 Subject: [PATCH] atuin: 14.0.0 -> 14.0.1 (#226495) * atuin: 14.0.0 -> 14.0.1 Diff: https://github.com/ellie/atuin/compare/v14.0.0...v14.0.1 * Update pkgs/tools/misc/atuin/default.nix --- pkgs/tools/misc/atuin/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/atuin/default.nix b/pkgs/tools/misc/atuin/default.nix index bde0016af59..046cbdaf2f0 100644 --- a/pkgs/tools/misc/atuin/default.nix +++ b/pkgs/tools/misc/atuin/default.nix @@ -12,16 +12,17 @@ rustPlatform.buildRustPackage rec { pname = "atuin"; - version = "14.0.0"; + version = "14.0.1"; src = fetchFromGitHub { owner = "ellie"; repo = pname; rev = "v${version}"; - hash = "sha256-P8PTEbTWI+vwWiPvjr4yTwO/JfPzfpUPO0ATi1ILhfk="; + hash = "sha256-mfeHgUCnt/DkdKxFlYx/t2LLjiqDX5mBMHto9A4mj78="; }; - cargoHash = if stdenv.isLinux then "sha256-T3Y6WiU6UdLmZiXYekL5cIonqFisU94PpiVlB1sNr9U=" else "sha256-a81gKajbifhDqlKlpnA4FzVX+NktqOCRqlajuuYopCg="; + # TODO: unify this to one hash because updater do not support this + cargoHash = if stdenv.isLinux then "sha256-oaBTj+ZSJ36AFwIrB6d0cZppoAzV4QDr3+EylYqY7cw=" else "sha256-UNuoW/EOGtuNROm1qZJ4afDfMlecziVsem1m3Z1ZsOU="; nativeBuildInputs = [ installShellFiles ];