summary refs log tree commit diff
path: root/pkgs/tools/networking/s3gof3r/deps.nix
blob: 49c5d600be2fad6a374e6384c78e4730a33848fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    goPackagePath = "github.com/jessevdk/go-flags";
    fetch = {
      type = "git";
      url = "https://github.com/jessevdk/go-flags";
      rev = "1b89bf73cd2c3a911d7b2a279ab085c4a18cf539";
      sha256 = "027nglc5xx1cm03z9sisg0iqrhwcj6gh5z254rrpl8p4fwrxx680";
    };
  }
]