cargo-release: v0.25.10 -> v0.25.15

Diff: https://github.com/crate-ci/cargo-release/compare/v0.25.10...v0.25.15
Release notes: https://github.com/crate-ci/cargo-release/releases
This commit is contained in:
Bill Thiede
2025-01-17 22:54:17 +01:00
committed by Jörg Thalheim
parent 0243fb86a6
commit 9203cc6ddf
2 changed files with 3 additions and 2906 deletions
File diff suppressed because it is too large Load Diff
+3 -8
View File
@@ -13,21 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-release";
version = "0.25.10";
version = "0.25.15";
src = fetchFromGitHub {
owner = "crate-ci";
repo = "cargo-release";
tag = "v${version}";
hash = "sha256-eMPwbcMIjYxM5gJm3HSdwzxN7WYOOtzj/Wf7rwuJfWs=";
hash = "sha256-8WmmMyocWivWdVRqhG2VkIdvUe5vuFmxJDAqr5SNv8w=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"cargo-test-macro-0.1.0" = "sha256-5EHfvuwbI14DBkbLWyXepmn9m4Qn2ah2+9J9FHrSOgU=";
};
};
cargoHash = "sha256-XvE8AZjVoJfo1Zi9FYw3atxIGmG2wx0BRElavTeEJ/o=";
nativeBuildInputs = [
pkg-config