summary refs log tree commit diff
path: root/pkgs/tools/networking/frp
diff options
context:
space:
mode:
authorColin L Rice <colin@daedrum.net>2020-04-30 21:59:00 -0400
committerJörg Thalheim <joerg@thalheim.io>2020-05-14 07:22:21 +0100
commitd6162dab509ababe7c3ce83c17a3ef63855e0832 (patch)
tree671629ece52745e2498c9debb7b6ccb4e7092efd /pkgs/tools/networking/frp
parenta0ddea1d6a9f07b0631e0dbcd3b7240d2eb82ef7 (diff)
downloadnixpkgs-d6162dab509ababe7c3ce83c17a3ef63855e0832.tar
nixpkgs-d6162dab509ababe7c3ce83c17a3ef63855e0832.tar.gz
nixpkgs-d6162dab509ababe7c3ce83c17a3ef63855e0832.tar.bz2
nixpkgs-d6162dab509ababe7c3ce83c17a3ef63855e0832.tar.lz
nixpkgs-d6162dab509ababe7c3ce83c17a3ef63855e0832.tar.xz
nixpkgs-d6162dab509ababe7c3ce83c17a3ef63855e0832.tar.zst
nixpkgs-d6162dab509ababe7c3ce83c17a3ef63855e0832.zip
go-modules: Update files to use vendorSha256
Diffstat (limited to 'pkgs/tools/networking/frp')
-rw-r--r--pkgs/tools/networking/frp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/frp/default.nix b/pkgs/tools/networking/frp/default.nix
index 438740600c7..588f8a8c1cb 100644
--- a/pkgs/tools/networking/frp/default.nix
+++ b/pkgs/tools/networking/frp/default.nix
@@ -11,7 +11,7 @@ buildGoModule rec {
     sha256 = "1z914p20n3i1bf4hx5iq2fylx1s49knb70cbg53ji2n7nrm1q33r";
   };
 
-  modSha256 = "1v90w5grc0vjpcp0m56d73zi0qnbswgz1rcvcwrjfa3rwqhigbal";
+  vendorSha256 = "0pi661mb5vwj16wwxnyx9b0ic7gzby6qfs3y4w00agn6sn5nahx2";
 
   subPackages = [ "cmd/frpc" "cmd/frps" ];
 
@@ -28,4 +28,4 @@ buildGoModule rec {
     maintainers = with maintainers; [ filalex77 ];
     platforms = platforms.all;
   };
-}
+}
\ No newline at end of file