Skip to content

Commit

Permalink
patch2pr: 0.28.0 -> 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 20, 2024
1 parent 75d8eea commit 4004d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/patch2pr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "patch2pr";
version = "0.28.0";
version = "0.29.0";

src = fetchFromGitHub {
owner = "bluekeyes";
repo = "patch2pr";
rev = "v${version}";
hash = "sha256-Pr2h5iezn//oyvuUoq5B49wEL1cUXOHhHjR3ylMXowQ=";
hash = "sha256-eWOzK08ZlNORaRRtDumxOhsQWNXxk48jxcanwhEOChY=";
};

vendorHash = "sha256-6w49XQNElSHpOamEZNpvvr67vYrZYXy2Sm7dWMh6OiU=";
vendorHash = "sha256-x2w1HYrJo0HqyGGlIaxKqy1XYj/akQm0ijbYuK7qg58=";

ldflags = [
"-X main.version=${version}"
Expand Down

0 comments on commit 4004d99

Please sign in to comment.