forked from mirrors/nixpkgs
httpdump: pin to go 1.17
This commit is contained in:
parent
4482425152
commit
2c9658bc61
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue