mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
release-plz: 0.3.79 -> 0.3.98
This commit is contained in:
parent
10eedf98f6
commit
ca31d3e869
@ -9,16 +9,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "release-plz";
|
pname = "release-plz";
|
||||||
version = "0.3.79";
|
version = "0.3.98";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MarcoIeni";
|
owner = "MarcoIeni";
|
||||||
repo = "release-plz";
|
repo = "release-plz";
|
||||||
rev = "release-plz-v${version}";
|
rev = "release-plz-v${version}";
|
||||||
hash = "sha256-tI9/FtGxjKPIFg6L7pNeSx24G3FcfwOlIqcuF6wCTSU=";
|
hash = "sha256-DSEtku9Xyp8MRibO8VPeRlc9CnPupAqQRFXMJD2yNA8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-UN3SkNNY8ovaT/eNb9JyF9KQWt8KG0TX9ztLjrAnPPo=";
|
cargoHash = "sha256-66P9ShtMZM5XcH8Q9ifw92VCDcwKPhZOywj3Acbhf9o=";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles pkg-config perl ];
|
nativeBuildInputs = [ installShellFiles pkg-config perl ];
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user