diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-03-08 16:26:58 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:56:39 +0300 |
| commit | 5f89becff7cf8f4fd83e069459f6b8b5d773b956 (patch) | |
| tree | f8fb820bc76623aacafcaf73d067c7fa2c59b104 /pkgs/spoofDPI/default.nix | |
| parent | f3e74cc8ef6fb944cd6e203ca25ea2cea65b778c (diff) | |
thats a lot of deletions
Diffstat (limited to 'pkgs/spoofDPI/default.nix')
| -rw-r--r-- | pkgs/spoofDPI/default.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/spoofDPI/default.nix b/pkgs/spoofDPI/default.nix deleted file mode 100644 index 33b10f6..0000000 --- a/pkgs/spoofDPI/default.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ fetchFromGitHub, buildGoModule, lib }: - -buildGoModule rec { - name = "SpoofDPI"; - version = "0.8"; - - src = fetchFromGitHub { - repo = name; - owner = "xvzc"; - rev = "363f022c91773acd62f306ba9bae5bfae4913c2a"; - sha256 = "0gyp4411brdfa9wybgn2z4ljnylid0r4xx6ydy0v56vqk4wrvw4h"; - }; - - vendorHash = "sha256-ib9xRklkLfrDCuLf7zDkJE8lJiNiUMPZ01MDxvqho6o="; -} |
