lol

release-plz: 0.3.142 -> 0.3.147 (#442908)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
9111e3d9 be175052

+3 -3
+3 -3
pkgs/by-name/re/release-plz/package.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "release-plz"; 14 - version = "0.3.142"; 15 16 src = fetchFromGitHub { 17 owner = "MarcoIeni"; 18 repo = "release-plz"; 19 rev = "release-plz-v${version}"; 20 - hash = "sha256-e+EafNBXHUAE4UjJJ7ujfd4QVxQ6AAYTpH6TmNot6jk="; 21 }; 22 23 - cargoHash = "sha256-TE2l9Mk41RBaHo/fRdXSLHc8UGiMDIY6LXc33iIDjvA="; 24 25 nativeBuildInputs = [ 26 installShellFiles
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "release-plz"; 14 + version = "0.3.147"; 15 16 src = fetchFromGitHub { 17 owner = "MarcoIeni"; 18 repo = "release-plz"; 19 rev = "release-plz-v${version}"; 20 + hash = "sha256-obqPPVUh5m24A3L8WlJxDK2Nbgb57tATNQ5k8JH/dN4="; 21 }; 22 23 + cargoHash = "sha256-t42CsSk6i9ABJOnzqAt5cQS4VS73yjFTzhfK8YVpMZ8="; 24 25 nativeBuildInputs = [ 26 installShellFiles