figsoda 2023-11-02 20:48:07 -04:00 committed by GitHub
parent 1e6c9697eb
commit be03e20306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 697 additions and 98 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-release";
version = "0.24.12";
version = "0.25.0";
src = fetchFromGitHub {
owner = "crate-ci";
repo = "cargo-release";
rev = "refs/tags/v${version}";
hash = "sha256-dB5gpaY6OB/IjMvqLUMH41l6Q/xMookxfVGXRcdhcBM=";
hash = "sha256-UJdGbuQfvlZHjCKyHCXPDJ5AdUWJCRUS/vNeTKAwyYI=";
};
cargoLock = {
@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
openssl
] ++ lib.optionals stdenv.isDarwin [
curl
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
nativeCheckInputs = [