diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-01-11 22:16:35 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:56:39 +0300 |
| commit | 993a7f04f2cf63a8efdff2b21980e56ccab6525f (patch) | |
| tree | cdd1c8d117f23ac96cdf3f3f3c78d7d9cb2923d3 /pkgs/spoofDPI/default.nix~ | |
| parent | b8a5c62b112859f463a53ac97b43f7f8cdc544a9 (diff) | |
final commit?
Diffstat (limited to 'pkgs/spoofDPI/default.nix~')
| -rw-r--r-- | pkgs/spoofDPI/default.nix~ | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/spoofDPI/default.nix~ b/pkgs/spoofDPI/default.nix~ new file mode 100644 index 0000000..ca3f71d --- /dev/null +++ b/pkgs/spoofDPI/default.nix~ @@ -0,0 +1,13 @@ +{ fetchFromGitHub, buildGoModule, lib }: + +buildGoModule rec { + name = "SpoofDPI"; + version = "0.8"; + + src = fetchFromGitHub { + repo = name; + owner = "xvzc"; + rev = "363f022c91773acd62f306ba9bae5bfae4913c2a"; + sha256 = "https://github.com/xvzc/SpoofDPI/tags"; + }; +} |
