about summary refs log tree commit diff
path: root/pkgs/tools/security/httpdump
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-10-25 09:31:29 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-11-13 09:02:22 +1000
commit2f506048b13fe69c22cec5e7e5610eabfc537aa7 (patch)
tree8e4dd8d2973cddce98c55e119323e1da06481120 /pkgs/tools/security/httpdump
parent2ed9c40c2c0625d2d5caa1792601d8b69eaa84f4 (diff)
treewide: mark buildGoModule packages broken
Diffstat (limited to 'pkgs/tools/security/httpdump')
-rw-r--r--pkgs/tools/security/httpdump/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/security/httpdump/default.nix b/pkgs/tools/security/httpdump/default.nix
index c2e5a62969beb..0bab990f17415 100644
--- a/pkgs/tools/security/httpdump/default.nix
+++ b/pkgs/tools/security/httpdump/default.nix
@@ -16,7 +16,7 @@ buildGoModule rec {
     sha256 = "0yh8kxy1k23lln09b614limwk9y59r7cn5qhbnzc06ga4mxfczv2";
   };
 
-  vendorSha256 = "0lb1p63lzn1ngj54bar9add7w0azvgcq3azhv9c5glk3ykv9c3iy";
+  vendorSha256 = null; #vendorSha256 = "";
 
   propagatedBuildInputs = [ libpcap ];
 
@@ -25,5 +25,6 @@ buildGoModule rec {
     homepage = "https://github.com/hsiafan/httpdump";
     license = with licenses; [ bsd2 ];
     maintainers = with maintainers; [ fab ];
+    broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.go-modules --check
   };
 }