Merge pull request #248704 from r-ryantm/auto-update/protoc-gen-twirp_php

protoc-gen-twirp_php: 0.9.1 -> 0.10.0

Changed files
+3 -3
pkgs
development
tools
protoc-gen-twirp_php
+3 -3
pkgs/development/tools/protoc-gen-twirp_php/default.nix
···
buildGoModule rec {
pname = "protoc-gen-twirp_php";
-
version = "0.9.1";
# fetchFromGitHub currently not possible, because go.mod and go.sum are export-ignored
src = fetchgit {
url = "https://github.com/twirphp/twirp.git";
rev = "v${version}";
-
sha256 = "sha256-6tA+iNcs6s4vviWSJ5gCL9hPyCa7OvYXRCCokAAO0T8=";
};
-
vendorSha256 = "sha256-Kz9tMM4XSMOUmlHb/BE5/C/ZohdE505DTeDj9lGki/I=";
subPackages = [ "protoc-gen-twirp_php" ];
···
buildGoModule rec {
pname = "protoc-gen-twirp_php";
+
version = "0.10.0";
# fetchFromGitHub currently not possible, because go.mod and go.sum are export-ignored
src = fetchgit {
url = "https://github.com/twirphp/twirp.git";
rev = "v${version}";
+
sha256 = "sha256-YMndB5DiER2Z1ARbw2cpxE1DBFCoVNWhMdsfA3X27EE=";
};
+
vendorHash = "sha256-Gf8thGuFAKX4pCNFJM3RbJ63vciLNcSqpOULcUOaGNw=";
subPackages = [ "protoc-gen-twirp_php" ];