3
0
Fork 0
forked from mirrors/nixpkgs

httpdump: pin to go 1.17

This commit is contained in:
Sandro Jäckel 2022-07-13 14:04:42 +02:00 committed by Sandro Jäckel
parent 4482425152
commit 2c9658bc61
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -7223,7 +7223,9 @@ with pkgs;
httpdirfs = callPackage ../tools/filesystems/httpdirfs { };
httpdump = callPackage ../tools/security/httpdump { };
httpdump = callPackage ../tools/security/httpdump {
buildGoModule = buildGo117Module;
};
httpie = with python3Packages; toPythonApplication httpie;