Merge pull request #332786 from alyssais/cargo-release-0.25.10

cargo-release: 0.25.0 -> 0.25.10
This commit is contained in:
Emily 2024-08-09 20:36:31 +01:00 committed by GitHub
commit c811d35441
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 552 additions and 473 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,19 +12,19 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-release";
version = "0.25.0";
version = "0.25.10";
src = fetchFromGitHub {
owner = "crate-ci";
repo = "cargo-release";
rev = "refs/tags/v${version}";
hash = "sha256-UJdGbuQfvlZHjCKyHCXPDJ5AdUWJCRUS/vNeTKAwyYI=";
hash = "sha256-eMPwbcMIjYxM5gJm3HSdwzxN7WYOOtzj/Wf7rwuJfWs=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"cargo-test-macro-0.1.0" = "sha256-jXWdCc3wxcF02uL2OyMepJ+DmINAHRYtAUH6L16bCjI=";
"cargo-test-macro-0.1.0" = "sha256-5EHfvuwbI14DBkbLWyXepmn9m4Qn2ah2+9J9FHrSOgU=";
};
};