summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/haskell
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-06-08 16:57:54 +0200
committertv <tv@krebsco.de>2021-06-08 22:35:50 +0200
commitb5753d89f75fdd270c9922b3452806db200d1546 (patch)
treeb8b1b577bc3cbfbbe1f1d9ddcc5a96b9359946f8 /krebs/5pkgs/haskell
parenta461078f13d01693c0da08eb9fd53612b68170eb (diff)
flameshot-once: 1.3.0 -> 1.4.0
Diffstat (limited to 'krebs/5pkgs/haskell')
-rw-r--r--krebs/5pkgs/haskell/flameshot-once.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/krebs/5pkgs/haskell/flameshot-once.nix b/krebs/5pkgs/haskell/flameshot-once.nix
index 1b54f7db..c8007ce9 100644
--- a/krebs/5pkgs/haskell/flameshot-once.nix
+++ b/krebs/5pkgs/haskell/flameshot-once.nix
@@ -1,14 +1,13 @@
{ mkDerivation, async, base, blessings, bytestring, dbus, fetchgit
-, iso8601-time, process, random, stdenv, text, time, unagi-chan
-, unix
+, iso8601-time, lib, process, random, text, time, unagi-chan, unix
}:
mkDerivation {
pname = "flameshot-once";
- version = "1.3.0";
+ version = "1.4.0";
src = fetchgit {
url = "https://cgit.krebsco.de/flameshot-once";
- sha256 = "1jy73379srnkq79i7k3al406r0kb3pxwgg6f64i89jhzxjn7zmzl";
- rev = "81ce6b9bb68c2739ec5bda067fcfaeab931d55dd";
+ sha256 = "13szgsiwn29aixm5xvs1m7128y5km5xss0ry5ii5y068rc2vysw8";
+ rev = "4475893c2081b3d9db4b7a54d0ce38d0914a17bf";
fetchSubmodules = true;
};
isLibrary = false;
@@ -17,5 +16,5 @@ mkDerivation {
async base blessings bytestring dbus iso8601-time process random
text time unagi-chan unix
];
- license = stdenv.lib.licenses.mit;
+ license = lib.licenses.mit;
}