summary refs log tree commit diff
path: root/pkgs/tools/security/gobuster
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/gobuster
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/gobuster')
-rw-r--r--pkgs/tools/security/gobuster/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gobuster/default.nix b/pkgs/tools/security/gobuster/default.nix
index c3426bee965..8b808551149 100644
--- a/pkgs/tools/security/gobuster/default.nix
+++ b/pkgs/tools/security/gobuster/default.nix
@@ -14,7 +14,7 @@ buildGoModule rec {
     sha256 = "0q8ighqykh8qyvidnm6az6dc9mp32bbmhkmkqzl1ybbw6paa8pym";
   };
 
-  modSha256 = "0jq0z5s05vqdvq7v1gdjwlqqwbl1j2rv9f16k52idl50vdiqviql";
+  vendorSha256 = "0kr9i2nm5csf3070hwaiss137pfa3088xbw2zigp7aqb2naky036";
 
   meta = with lib; {
     description = "Tool used to brute-force URIs, DNS subdomains, Virtual Host names on target web servers";
@@ -22,4 +22,4 @@ buildGoModule rec {
     license = licenses.asl20;
     maintainers = with maintainers; [ pamplemousse ];
   };
-}
+}
\ No newline at end of file