summary refs log tree commit diff
path: root/pkgs/tools/security/bettercap
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/security/bettercap
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/security/bettercap')
-rw-r--r--pkgs/tools/security/bettercap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/bettercap/default.nix b/pkgs/tools/security/bettercap/default.nix
index 0560f91b22b..8acb5fb9f83 100644
--- a/pkgs/tools/security/bettercap/default.nix
+++ b/pkgs/tools/security/bettercap/default.nix
@@ -19,7 +19,7 @@ buildGoModule rec {
     sha256 = "18hwz9m16pxlb7wp78iqmdi0kimrx3h05fs0zhzm8qhzancq8alf";
   };
 
-  modSha256 = "1qhmrjb3fvw6maxrl7hb3bizrw6szhwx6s2g59p5pj3dz4x8jajn";
+  vendorSha256 = "1j272w0zdndcz4fmh9fzbk2q8wmyfi70vn0p6d8cg0r0l231sbyx";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs = [ libpcap libnfnetlink libnetfilter_queue libusb1 ];
@@ -34,4 +34,4 @@ buildGoModule rec {
     maintainers = with maintainers; [ y0no ];
     platforms = platforms.all;
   };
-}
+}
\ No newline at end of file