pkgs/redlib: fix hash

This commit is contained in:
NullBite 2025-02-03 18:04:35 -05:00
parent 70afb1719c
commit 82d3cef545
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
./no-hash.patch
];
cargoHash = "sha256-5eQRioAdB1OharUwAZEuPe7NpZOFvqAyh2m+NVio8EI=";
cargoHash = "sha256-QtrCSFUqvIBq76W+vuhg+CyqtK/B1ni7B5tf37BY0K8=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security