From 5c56a1ee6fa58f6b1af99bb6c3a12b5e54c9e879 Mon Sep 17 00:00:00 2001 From: Daniel Baker Date: Fri, 14 Mar 2025 09:37:57 -0700 Subject: [PATCH] adrs: fix src hash The hash is marked as incorrect when trying to build adrs 0.3.0. The build succeeds when replacing the rev with 9ffcadfcc7c014b158e7ad54374172cb0dd6df53 which is the same rev as the tag. Updated the src hash so the build succeeds again. --- pkgs/by-name/ad/adrs/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ad/adrs/package.nix b/pkgs/by-name/ad/adrs/package.nix index 44473edfff22..ff607c4d23b6 100644 --- a/pkgs/by-name/ad/adrs/package.nix +++ b/pkgs/by-name/ad/adrs/package.nix @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec { owner = "joshrotenberg"; repo = "adrs"; rev = "v${version}"; - hash = "sha256-BnbI5QsrnyEQFpTWqOPrbZnVa7J3vaByO9fnKd5t64o="; + hash = "sha256-C9Kg7xY3Q0xsd2DlUcc3OM+/hyzmwz55oi6Ul3K7zkM="; }; useFetchCargoVendor = true;