From 7399c794451fcd4bc79e2a05f38075e4f320a182 Mon Sep 17 00:00:00 2001 From: Thomas Le Duc Date: Wed, 5 Jul 2023 07:42:13 +0200 Subject: [PATCH] uair: 0.5.1 -> 0.6.1 --- pkgs/tools/misc/uair/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/misc/uair/default.nix b/pkgs/tools/misc/uair/default.nix index 90036a6b457..5d154ef82d8 100644 --- a/pkgs/tools/misc/uair/default.nix +++ b/pkgs/tools/misc/uair/default.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "uair"; - version = "v0.5.1"; + version = "0.6.1"; src = fetchFromGitHub { owner = "metent"; repo = pname; - rev = version; - hash = "sha256-qxfdKU3SFGVpp3OG0m+0qDvs5cB2bAaTF8+K6zwXRnI="; + rev = "v${version}"; + hash = "sha256-cxSNBxs6ixbjWMUYzOnwI+vavkfyaQx3/OmVdTCr7M0="; }; - cargoHash = "sha256-XmEbXzpynkUPXywaf4wPcWq9zf3gNOHkcVr2jz3WNnc="; + cargoHash = "sha256-cDIF4RvJ7K6t18GPgiRV6NDoD/x3II/3wCHW3KK2/os="; nativeBuildInputs = [ installShellFiles scdoc ];