From c2ab201780b156ae4d339b208a2d7a8f930243ea Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 5 Feb 2025 00:48:06 +0000 Subject: [PATCH] pkgs/redlib: fix hashes --- pkgs/redlib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/redlib/default.nix b/pkgs/redlib/default.nix index 5cf42a6..4881567 100644 --- a/pkgs/redlib/default.nix +++ b/pkgs/redlib/default.nix @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec { owner = "redlib-org"; repo = "redlib"; rev = "a732f181430c14b3a292b54fd372e069018ab03c"; - hash = "sha256-bAsSLZWGLMrD21xdQtD5NyNsNSZwLOd/+6ujZpbsyQg="; + hash = "sha256-rQEnlRFiO30m29EmFb5g+A9fRPi6aHye/pZndNfc8Zk="; }; patches = [ @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec { ./no-hash.patch ]; - cargoHash = "sha256-QtrCSFUqvIBq76W+vuhg+CyqtK/B1ni7B5tf37BY0K8="; + cargoHash = "sha256-SQlHvb2zol4fUOVNcCspC+entqGA7th5zpi07dvOL2Y="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security