summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-03-19 22:51:41 +0100
committertv <tv@krebsco.de>2026-03-19 22:51:41 +0100
commite96b07ad7d1b7c51e53cd18cf9cea656b64b00e5 (patch)
tree3eb04aac2a498a89a0bdcaf07f12b5832905eeda
parent49d15b1286045bb728b462dc67a3575ed1f670fd (diff)
desktop-pager: 1.0.0 -> 1.0.1
-rw-r--r--pkgs/haskell/desktop-pager.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/haskell/desktop-pager.nix b/pkgs/haskell/desktop-pager.nix
index 8301235..a2f1243 100644
--- a/pkgs/haskell/desktop-pager.nix
+++ b/pkgs/haskell/desktop-pager.nix
@@ -1,15 +1,15 @@
{ mkDerivation, aeson, base, blessings, bytestring, containers
-, data-default, extra, fetchgit, hack, lib, optparse-applicative
-, probability, speculate, split, terminal-scanner, terminal-size
-, text, unix, utf8-string, X11
+, data-default, extra, fetchgit, hack, lib, mono-traversable
+, optparse-applicative, probability, speculate, split
+, terminal-scanner, terminal-size, text, unix, utf8-string, X11
}:
mkDerivation {
pname = "desktop-pager";
- version = "1.0.0";
+ version = "1.0.1";
src = fetchgit {
url = "https://cgit.krebsco.de/desktop-pager";
- sha256 = "1hb8an31szwx9zixzb1m7219jrz3cdz57phf45r4b3n6qrzcn35l";
- rev = "3919fb8adc06134a304d4fcbcd192c8707c06cbd";
+ sha256 = "1144vv5i4hihdyii29xj6dinkidjxr1x39w5ffyff7ls9q17xdms";
+ rev = "cb65a330a178dc75eabc4bf6659da7aac439ae2d";
fetchSubmodules = true;
};
isLibrary = true;
@@ -17,8 +17,8 @@ mkDerivation {
libraryHaskellDepends = [ base extra utf8-string X11 ];
executableHaskellDepends = [
aeson base blessings bytestring containers data-default hack
- optparse-applicative probability speculate split terminal-scanner
- terminal-size text unix X11
+ mono-traversable optparse-applicative probability speculate split
+ terminal-scanner terminal-size text unix X11
];
license = lib.licenses.mit;
}