3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #199222 from r-ryantm/auto-update/cargo-release

cargo-release: 0.22.1 -> 0.22.2
This commit is contained in:
figsoda 2022-11-02 18:32:07 -04:00 committed by GitHub
commit 5e536c9743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-release";
version = "0.22.1";
version = "0.22.2";
src = fetchFromGitHub {
owner = "crate-ci";
repo = "cargo-release";
rev = "v${version}";
sha256 = "sha256-GKjEp0KX/YcEWo2ci6CwTpouPYHTymDx4hk3zO5pEcU=";
sha256 = "sha256-G235QKwwOFnHsfU26hc7d0mD/nwGyJRPs6BCctEqxJ8=";
};
cargoSha256 = "sha256-1iRHpEZ+FlZbc5SgovCYf5X1NTt4q+gigcX0sBwKM3s=";
cargoSha256 = "sha256-A3tzgLW+/GO4/kHRJH7Y7vtFUzI2Ow0nyfMfIuI5Sl4=";
nativeBuildInputs = [ pkg-config ];