adrs: fix src hash (#389869)

This commit is contained in:
Arne Keller
2025-03-18 08:29:30 +01:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
owner = "joshrotenberg";
repo = "adrs";
rev = "v${version}";
hash = "sha256-BnbI5QsrnyEQFpTWqOPrbZnVa7J3vaByO9fnKd5t64o=";
hash = "sha256-C9Kg7xY3Q0xsd2DlUcc3OM+/hyzmwz55oi6Ul3K7zkM=";
};
useFetchCargoVendor = true;