Skip to content

Commit c24e3d4

Browse files
committed
patch2pr: 0.36.0 -> 0.37.0
1 parent 732a532 commit c24e3d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/pa/patch2pr/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "patch2pr";
11-
version = "0.36.0";
11+
version = "0.37.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "bluekeyes";
1515
repo = "patch2pr";
1616
rev = "v${version}";
17-
hash = "sha256-KaU77UYJJqcTJZrFPiqcdzYIVoih6oSeaPWiQdDiZ2s=";
17+
hash = "sha256-dijSa6BXV8hXuRDeXIHcijPzQKFkmATrlAX0uiDDYjo=";
1818
};
1919

20-
vendorHash = "sha256-MO6LrUvSu7pYidtjaDgjIEAxoIKM/U9hcePZr336Mbw=";
20+
vendorHash = "sha256-QEgGq5/JQUIWWmJKoQ832eKhiF5xF8Jivpn1uFDERTA=";
2121

2222
ldflags = [
2323
"-X main.version=${version}"

0 commit comments

Comments
 (0)