From 1057d0e44adb1642c53d93fe8405f1aec1aadc07 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 21 Jul 2025 16:12:19 +0200 Subject: blessings: 2.3.0 -> 2.5.0 --- pkgs/haskell/blessings.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/haskell/blessings.nix b/pkgs/haskell/blessings.nix index 65661aa..643f320 100644 --- a/pkgs/haskell/blessings.nix +++ b/pkgs/haskell/blessings.nix @@ -1,16 +1,16 @@ -{ mkDerivation, base, bytestring, fetchgit, hspec, QuickCheck, lib, mylib, text }: - +{ mkDerivation, base, bytestring, extra, fetchgit, hspec, lib +, QuickCheck, text, wcwidth +}: mkDerivation { pname = "blessings"; - version = "2.3.0"; + version = "2.5.0"; src = fetchgit { - url = http://cgit.ni.krebsco.de/blessings; - rev = "refs/tags/v2.3.0"; - hash = "sha256-fS79UOHBMfJHyz7E0Rx4lKZSZOD2G99h2zuDT+SOUJQ="; + url = "https://cgit.krebsco.de/blessings"; + sha256 = "1spwm4xjz72c76wkkxxxbvxpgkxam344iwq37js5lhfbb2hbjqbx"; + rev = "8f9b20f3aa93f7fbba9d24de7732f4cca0119154"; + fetchSubmodules = true; }; - libraryHaskellDepends = [ base bytestring text ]; + libraryHaskellDepends = [ base bytestring extra text wcwidth ]; testHaskellDepends = [ base hspec QuickCheck ]; - doHaddock = false; - # WTFPL is the true license, which is unknown to cabal. - license = lib.licenses.wtfpl; + license = lib.licenses.mit; } -- cgit v1.2.3