summaryrefslogtreecommitdiff
path: root/pkgs/filtron/default.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-02-19 16:56:48 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-02-19 17:01:10 +0100
commit25f9b854c0065a3d63278178ef4c8abc99108eba (patch)
tree50eb4c1d8e32d65b49905ebfb8ff8411045e30d6 /pkgs/filtron/default.nix
parent547870aaafcafe4836557f2fc98768053af26ef2 (diff)
parent7532f335a3ed8a898e2df95f06faa38bad2b8e5d (diff)
Merge branch 'rollback'
Diffstat (limited to 'pkgs/filtron/default.nix')
-rw-r--r--pkgs/filtron/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/filtron/default.nix b/pkgs/filtron/default.nix
deleted file mode 100644
index 40a6f6c..0000000
--- a/pkgs/filtron/default.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ stdenv, buildGoModule, fetchFromGitHub }:
-
-buildGoModule rec {
- pname = "filtron";
- version = "0.2.0";
-
- src = fetchFromGitHub {
- owner = "asciimoo";
- repo = "filtron";
- rev = "v${version}";
- sha256 = "18d3h0i2sfqbc0bjx26jm2n9f37zwp8z9z4wd17sw7nvkfa72a26";
- };
-
- doCheck = false;
- vendorSha256 = "05q2g591xl08h387mm6njabvki19yih63dfsafgpc9hyk5ydf2n9";
-}