patch2pr: 0.35.0 -> 0.36.0 (#421422)

Co-authored-by: katrinafyi <katrinafyi@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] katrinafyi and committed by GitHub baec6ca9 403add62

+3 -3
+3 -3
pkgs/by-name/pa/patch2pr/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "patch2pr"; 11 - version = "0.35.0"; 11 + version = "0.36.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "bluekeyes"; 15 15 repo = "patch2pr"; 16 16 rev = "v${version}"; 17 - hash = "sha256-dj8xDTl7S1XETJqDI61rdRvQebJ4xgit+xc1xRyaV4M="; 17 + hash = "sha256-KaU77UYJJqcTJZrFPiqcdzYIVoih6oSeaPWiQdDiZ2s="; 18 18 }; 19 19 20 - vendorHash = "sha256-pn2x6f+N9VYncc490VtPzXkJxwC0nZgj4pDNB+no2Lo="; 20 + vendorHash = "sha256-MO6LrUvSu7pYidtjaDgjIEAxoIKM/U9hcePZr336Mbw="; 21 21 22 22 ldflags = [ 23 23 "-X main.version=${version}"