Merge pull request #323505 from r-ryantm/auto-update/redlib

redlib: 0.34.0 -> 0.35.1
This commit is contained in:
Nick Cao
2024-07-03 19:52:56 -04:00
committed by GitHub

View File

@@ -8,16 +8,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "redlib";
version = "0.34.0";
version = "0.35.1";
src = fetchFromGitHub {
owner = "redlib-org";
repo = "redlib";
rev = "refs/tags/v${version}";
hash = "sha256-JpuCX2ae9me+zHxQj5jqQlgDci2NV+TEVUAqnuTn3cA=";
hash = "sha256-W1v7iOE60/6UyZSHQW+L+wHCoKnKUNb3kpm4LVLPZ6c=";
};
cargoHash = "sha256-gkRblCHUFiprZeYtu43GIGBZqCq5l/HEGaQN91XbfSs=";
cargoHash = "sha256-3NQWiu/nTtHrivYL1pgxqQxEuIW0xfjxwK0ZEa2y1Kk=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security