mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
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 New Issue
Block a user