nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

protoc-gen-entgrpc: 0.4.3 -> 0.4.5

+2 -2
+2 -2
pkgs/development/tools/protoc-gen-entgrpc/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "protoc-gen-entgrpc"; 5 - version = "0.4.3"; 5 + version = "0.4.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ent"; 9 9 repo = "contrib"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-5gFdfMSAb0DWCMCzG0nVGU+VWam6yC26QYUPF1YjekM="; 11 + sha256 = "sha256-bEJjVNWd4NsUdWPqMZQ86U9F32q5M1iBRcS9MYDp9GE="; 12 12 }; 13 13 14 14 vendorHash = "sha256-DgqCGXqEnLBxyLZJrTRZIeBIrHYA7TNMV4WTk/3IS8Y=";