about summary refs log tree commit diff
path: root/pkgs/development/tools/protoc-gen-twirp_php
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2022-11-29 09:35:19 +0100
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2022-11-29 09:35:19 +0100
commit6920a9b6d7cfa2df0a4f348cc3dc5e7e1195638e (patch)
tree50a69d7c0807af4036ee1051a4fd1daf02bd29a4 /pkgs/development/tools/protoc-gen-twirp_php
parent4ea4a36a0046b30eb7fb74ea89c7d7111153fc3f (diff)
protoc-gen-twirp_php: 0.8.1 -> 0.9.1
Diffstat (limited to 'pkgs/development/tools/protoc-gen-twirp_php')
-rw-r--r--pkgs/development/tools/protoc-gen-twirp_php/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/protoc-gen-twirp_php/default.nix b/pkgs/development/tools/protoc-gen-twirp_php/default.nix
index a54c860f29572..1fb1dbfbf7915 100644
--- a/pkgs/development/tools/protoc-gen-twirp_php/default.nix
+++ b/pkgs/development/tools/protoc-gen-twirp_php/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "protoc-gen-twirp_php";
-  version = "0.8.1";
+  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-5PACgKqc8rWqaA6Syj5NyxHm3827yd67tm0mwVSMnWQ=";
+    sha256 = "sha256-6tA+iNcs6s4vviWSJ5gCL9hPyCa7OvYXRCCokAAO0T8=";
   };
 
-  vendorSha256 = "sha256-qQFlBviRISEnPBt0q5391RqUrPTI/QDxg3MNfwWE8MI=";
+  vendorSha256 = "sha256-Kz9tMM4XSMOUmlHb/BE5/C/ZohdE505DTeDj9lGki/I=";
 
   subPackages = [ "protoc-gen-twirp_php" ];