diff options
author | lassulus <lassulus@lassul.us> | 2021-06-08 17:18:32 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-06-08 17:18:32 +0200 |
commit | de6335b1c7aad61c9b70d78ee8cda4a1ddd718cf (patch) | |
tree | a77dbc5263ff043b9b9e353b05e693e8b4015620 /krebs/5pkgs/haskell/flameshot-once.nix | |
parent | 5e58f74fde72762925407db7d16109662a6407d0 (diff) | |
parent | 463d01ef5c58f5750922cf76da6a0b10a0a5eb04 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'krebs/5pkgs/haskell/flameshot-once.nix')
-rw-r--r-- | krebs/5pkgs/haskell/flameshot-once.nix | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/krebs/5pkgs/haskell/flameshot-once.nix b/krebs/5pkgs/haskell/flameshot-once.nix index 1b54f7db6..737722875 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 = "03g6sxgp6hcmbww5lzbs5llssgii1w469i5pz14x94542l06cmkq"; + rev = "5f0ba1cf326d215bd5c50ad74c634e92c785ae46"; 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; } |