cargo-release: 0.24.12 -> 0.25.0 (#265028)
Diff: https://github.com/crate-ci/cargo-release/compare/refs/tags/v0.24.12...v0.25.0 Changelog: https://github.com/crate-ci/cargo-release/blob/v0.25.0/CHANGELOG.md
This commit is contained in:
parent
1e6c9697eb
commit
be03e20306
2 changed files with 697 additions and 98 deletions
789
pkgs/development/tools/rust/cargo-release/Cargo.lock
generated
789
pkgs/development/tools/rust/cargo-release/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue