diff options
author | tv <tv@krebsco.de> | 2023-02-04 21:52:14 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-02-05 02:21:10 +0100 |
commit | 23b63bfdfb5ed2700441f13429cbd1cd0c2ea870 (patch) | |
tree | e9d9321157c4d12888e89897d7ea3f5ee34526a0 /tv/5pkgs/haskell/flameshot-once.nix | |
parent | f802eaf7847eb7bd1b8a735dac5166fa8999ea06 (diff) |
flameshot-once: reinit with flameshot 12.1.0-pre
Diffstat (limited to 'tv/5pkgs/haskell/flameshot-once.nix')
-rw-r--r-- | tv/5pkgs/haskell/flameshot-once.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tv/5pkgs/haskell/flameshot-once.nix b/tv/5pkgs/haskell/flameshot-once.nix deleted file mode 100644 index c8007ce9e..000000000 --- a/tv/5pkgs/haskell/flameshot-once.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ mkDerivation, async, base, blessings, bytestring, dbus, fetchgit -, iso8601-time, lib, process, random, text, time, unagi-chan, unix -}: -mkDerivation { - pname = "flameshot-once"; - version = "1.4.0"; - src = fetchgit { - url = "https://cgit.krebsco.de/flameshot-once"; - sha256 = "13szgsiwn29aixm5xvs1m7128y5km5xss0ry5ii5y068rc2vysw8"; - rev = "4475893c2081b3d9db4b7a54d0ce38d0914a17bf"; - fetchSubmodules = true; - }; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - async base blessings bytestring dbus iso8601-time process random - text time unagi-chan unix - ]; - license = lib.licenses.mit; -} |