diff options
Diffstat (limited to 'pkgs/filtron')
| -rw-r--r-- | pkgs/filtron/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/filtron/default.nix b/pkgs/filtron/default.nix index 863dc4c..40a6f6c 100644 --- a/pkgs/filtron/default.nix +++ b/pkgs/filtron/default.nix @@ -2,10 +2,10 @@ buildGoModule rec { pname = "filtron"; - version = "1.0.0"; + version = "0.2.0"; src = fetchFromGitHub { - owner = "asciimo"; + owner = "asciimoo"; repo = "filtron"; rev = "v${version}"; sha256 = "18d3h0i2sfqbc0bjx26jm2n9f37zwp8z9z4wd17sw7nvkfa72a26"; |
