summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-04-06 14:48:13 +0200
committertv <tv@krebsco.de>2022-04-06 14:49:21 +0200
commit379f216fc701a6fde36f716e1708e9b8b0aaa8ba (patch)
treeb488494df2012a2cdb8051fcff9c25188ec932dc
parent941476b492f54890a161d7564736b05f083001ed (diff)
hack: 1.0.0 -> 1.0.1
-rw-r--r--krebs/5pkgs/haskell/hack.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/krebs/5pkgs/haskell/hack.nix b/krebs/5pkgs/haskell/hack.nix
index 37ef94e4..df334381 100644
--- a/krebs/5pkgs/haskell/hack.nix
+++ b/krebs/5pkgs/haskell/hack.nix
@@ -3,11 +3,11 @@
}:
mkDerivation {
pname = "hack";
- version = "1.0.0";
+ version = "1.0.1";
src = fetchgit {
url = "https://cgit.krebsco.de/hack";
- sha256 = "0hi6frpnxbg3h6s7gd48ri57jc226qycy4rnhmpzpq195xf8y3pf";
- rev = "cb004b2e5f0fce6cea8d54e60558a1c1904dbe39";
+ sha256 = "0ry5ikn89ij512qvk1xhdhfz4s8a6b9yawgx6lxgnw5jkiyjd7ka";
+ rev = "f3ea150aca5cc86878fa10bc5b1f0918fc154e2a";
fetchSubmodules = true;
};
isLibrary = true;