about summary refs log tree commit diff
path: root/pkgs/development/tools/evans
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-31 16:46:40 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-31 17:24:26 +1000
commite58bfc50ae2627b3d6605013a60f941539303a16 (patch)
tree06c49660cd5f6bcb1d8f54dc5c8eb7988cb3ccaa /pkgs/development/tools/evans
parentbf50ad2b1a5b9bac29aff3e5d7b9eed3e36f429c (diff)
evans: update vendorSha256
Diffstat (limited to 'pkgs/development/tools/evans')
-rw-r--r--pkgs/development/tools/evans/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/evans/default.nix b/pkgs/development/tools/evans/default.nix
index 4648942d709b5..29dadf2430438 100644
--- a/pkgs/development/tools/evans/default.nix
+++ b/pkgs/development/tools/evans/default.nix
@@ -13,7 +13,7 @@ buildGoModule rec {
 
   subPackages = [ "." ];
 
-  vendorSha256 = "sha256-bFTmr/xQ12cboH1MGvHDUpLM0dMkxMeLgwG0VbhMEnc=";
+  vendorSha256 = "sha256-ICGnjI9sFwt81rZCnap/rggfSs4+pZNmLouoTY7CYKw=";
 
   meta = with lib; {
     description = "More expressive universal gRPC client";