summaryrefslogtreecommitdiffstats
path: root/pkgs/haskell
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-01-21 04:04:15 +0100
committertv <tv@krebsco.de>2026-01-21 04:04:15 +0100
commit1f5729e93839350e4ebf22bebd343904e0b8ef4e (patch)
tree304ebac44fbf1a4114cff71198e78887a406c2f0 /pkgs/haskell
parent9567824de75e24da5dc1c05b996f3cd30aae2cee (diff)
much: 1.4.0 -> 1.4.1
Diffstat (limited to 'pkgs/haskell')
-rw-r--r--pkgs/haskell/much.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/haskell/much.nix b/pkgs/haskell/much.nix
index 503e2db..d6165dd 100644
--- a/pkgs/haskell/much.nix
+++ b/pkgs/haskell/much.nix
@@ -10,11 +10,11 @@
}:
mkDerivation {
pname = "much";
- version = "1.4.0";
+ version = "1.4.1";
src = fetchgit {
url = "https://cgit.krebsco.de/much";
- sha256 = "1phd47ns35gayh9687i95a0xh35n1gv01jn64c2hp20f507mdmk3";
- rev = "833c1f9ab5f5c75e7fa582c728661324a6be94b2";
+ sha256 = "1x5sj413abkf0v54ygy29q4rdgwx5ynx6yw31m3x16pvv2ybibc8";
+ rev = "f06e531ecfae6b36df10e2861500490f38a82de5";
fetchSubmodules = true;
};
isLibrary = true;