Loading pkgs/by-name/re/release-plz/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -7,20 +7,22 @@ , perl , openssl }: rustPlatform.buildRustPackage rec { pname = "release-plz"; version = "0.3.79"; version = "0.3.98"; src = fetchFromGitHub { owner = "MarcoIeni"; repo = "release-plz"; rev = "release-plz-v${version}"; hash = "sha256-tI9/FtGxjKPIFg6L7pNeSx24G3FcfwOlIqcuF6wCTSU="; hash = "sha256-DSEtku9Xyp8MRibO8VPeRlc9CnPupAqQRFXMJD2yNA8="; }; cargoHash = "sha256-UN3SkNNY8ovaT/eNb9JyF9KQWt8KG0TX9ztLjrAnPPo="; cargoHash = "sha256-66P9ShtMZM5XcH8Q9ifw92VCDcwKPhZOywj3Acbhf9o="; nativeBuildInputs = [ installShellFiles pkg-config perl ]; buildInputs = [ openssl ]; buildAndTestSubdir = "crates/release_plz"; Loading @@ -38,6 +40,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Publish Rust crates from CI with a Release PR"; homepage = "https://release-plz.ieni.dev"; changelog = "https://github.com/MarcoIeni/release-plz/blob/release-plz-v${version}/CHANGELOG.md"; license = with lib.licenses; [ asl20 mit ]; maintainers = with lib.maintainers; [ dannixon ]; mainProgram = "release-plz"; Loading Loading
pkgs/by-name/re/release-plz/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -7,20 +7,22 @@ , perl , openssl }: rustPlatform.buildRustPackage rec { pname = "release-plz"; version = "0.3.79"; version = "0.3.98"; src = fetchFromGitHub { owner = "MarcoIeni"; repo = "release-plz"; rev = "release-plz-v${version}"; hash = "sha256-tI9/FtGxjKPIFg6L7pNeSx24G3FcfwOlIqcuF6wCTSU="; hash = "sha256-DSEtku9Xyp8MRibO8VPeRlc9CnPupAqQRFXMJD2yNA8="; }; cargoHash = "sha256-UN3SkNNY8ovaT/eNb9JyF9KQWt8KG0TX9ztLjrAnPPo="; cargoHash = "sha256-66P9ShtMZM5XcH8Q9ifw92VCDcwKPhZOywj3Acbhf9o="; nativeBuildInputs = [ installShellFiles pkg-config perl ]; buildInputs = [ openssl ]; buildAndTestSubdir = "crates/release_plz"; Loading @@ -38,6 +40,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Publish Rust crates from CI with a Release PR"; homepage = "https://release-plz.ieni.dev"; changelog = "https://github.com/MarcoIeni/release-plz/blob/release-plz-v${version}/CHANGELOG.md"; license = with lib.licenses; [ asl20 mit ]; maintainers = with lib.maintainers; [ dannixon ]; mainProgram = "release-plz"; Loading