Skip to content

Commit

Permalink
release-plz: 0.3.110 -> 0.3.111
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 16, 2024
1 parent a31f38a commit 3a6abce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/re/release-plz/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "release-plz";
version = "0.3.110";
version = "0.3.111";

src = fetchFromGitHub {
owner = "MarcoIeni";
repo = "release-plz";
rev = "release-plz-v${version}";
hash = "sha256-BDlLvOW13Z6jE9OVC6QskVzXONkYKjXouPzedaPDmi0=";
hash = "sha256-k9QuYskc3lhqfjOY6vhCuzHq3+l5q3EfOEbrWz4yb4M=";
};

cargoHash = "sha256-GptaDa8NjCcWg5OsyujIgxGH4egWGBVVTLaYp4fqP3Q=";
cargoHash = "sha256-l1fltHsqV0zS3EdAYLO9uTTi6iMu+ZD8zGwW9/uULoQ=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 3a6abce

Please sign in to comment.