hooky: 1.0.3 -> 1.0.4 (#529732)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-10 00:24:50 +00:00
committed by GitHub
+3 -8
View File
@@ -11,20 +11,15 @@ in
haskellPackages.mkDerivation {
pname = "hooky";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "brandonchinn178";
repo = "hooky";
rev = "5ce665f376bc80948f45764bf3f2e0d590245938";
hash = "sha256-w4sWD5dZTNKwrYhrJw9RcwGoeNxpJnm/6RRqYjiIiBg=";
rev = "281ec8b52f92bdbdad567d673cd5bb581dc6991b";
hash = "sha256-Salq9DuFc+V88tRhLN62GGKIhCCSznUsnr3TD5ivN/I=";
};
postPatch = ''
substituteInPlace src/Hooky/Config.hs \
--replace-fail 'KDL.text' 'KDL.string'
'';
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = with haskellPackages; [