From 28eaa7ebc151292f24b32d17016ad3aa950ecfc5 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 13 Jun 2023 04:20:00 +0000 Subject: [PATCH] rage: fix hash Upstream retagged v0.9.2 --- pkgs/tools/security/rage/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/rage/default.nix b/pkgs/tools/security/rage/default.nix index bf17556b03a6..ea8e304099c0 100644 --- a/pkgs/tools/security/rage/default.nix +++ b/pkgs/tools/security/rage/default.nix @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec { owner = "str4d"; repo = pname; rev = "v${version}"; - hash = "sha256-JLtP3zimNL1UIFsbvtV2JO3PVV6w9VnfjpROs2UoFcU="; + hash = "sha256-hFuuwmwe0ti4Y8mSJyNqUIhZjFC6qtv6W5cwtNjPUFQ="; }; cargoHash = "sha256-1gtLWU6uiWzUfYy9y3pb2vcnUC3H+Mf9rglmqNd989M=";