summaryrefslogtreecommitdiffstats
path: root/pkgs/haskell
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2025-07-27 22:47:40 +0200
committertv <tv@krebsco.de>2025-07-27 22:47:40 +0200
commit8003c180ee90f14d3db8ec9735bc429c1607edf9 (patch)
tree09491d3156af50318d89859a8fc61dc13781c5a4 /pkgs/haskell
parente768b5426f92fd3a68605221fa309de2d3a27510 (diff)
blessings: 2.5.0 -> 2.5.1
Diffstat (limited to 'pkgs/haskell')
-rw-r--r--pkgs/haskell/blessings.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/haskell/blessings.nix b/pkgs/haskell/blessings.nix
index 643f320..58b8f9c 100644
--- a/pkgs/haskell/blessings.nix
+++ b/pkgs/haskell/blessings.nix
@@ -3,11 +3,11 @@
}:
mkDerivation {
pname = "blessings";
- version = "2.5.0";
+ version = "2.5.1";
src = fetchgit {
url = "https://cgit.krebsco.de/blessings";
- sha256 = "1spwm4xjz72c76wkkxxxbvxpgkxam344iwq37js5lhfbb2hbjqbx";
- rev = "8f9b20f3aa93f7fbba9d24de7732f4cca0119154";
+ sha256 = "15yjvmzmqhg7ng7zs4llzwbpq6i5p87vbqwj45g2y6zwszqrwy81";
+ rev = "66d76358a2b38b65d78f4aeb9dcc64a36d56a7f8";
fetchSubmodules = true;
};
libraryHaskellDepends = [ base bytestring extra text wcwidth ];