Merge pull request #135777 from jojosch/protoc-gen-twirp_php-0.7.5

protoc-gen-twirp_php: 0.7.1 -> 0.7.5

authored by Bobby Rong and committed by GitHub db9116ed 3cd2a403

+3 -3
+3 -3
pkgs/development/tools/protoc-gen-twirp_php/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "protoc-gen-twirp_php"; 5 - version = "0.7.1"; 5 + version = "0.7.5"; 6 6 7 7 # fetchFromGitHub currently not possible, because go.mod and go.sum are export-ignored 8 8 src = fetchgit { 9 9 url = "https://github.com/twirphp/twirp.git"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-94GN/Gq3RXXg83eUsmIcdF4VuK4syCgD0Zkc5eDiVYE="; 11 + sha256 = "sha256-pHGGZaMBggBUu2CZCxWrZ592K5V93vPI2sZnFkqku2k="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-gz4JELCffuh7dyFdBex8/SFZ1/PDXuC/93m3WNHwRss="; 14 + vendorSha256 = "sha256-p7t+2QgPkcTmsK+jKcPCPDCchNup9F326yKc6JbJHOE="; 15 15 16 16 subPackages = [ "protoc-gen-twirp_php" ]; 17 17