summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-07 12:18:34 +0100
committerPeter Simons <simons@cryp.to>2013-01-07 12:18:34 +0100
commit4ef1cb39ed5e072c503ce9a27a90544a6b492165 (patch)
tree3da20a87e06c5319b64d50421114c4d26c9b057d
parentd5971b4e2d8f2b9d8a7e4ba0f34a7298a3d3faf3 (diff)
downloadnixpkgs-4ef1cb39ed5e072c503ce9a27a90544a6b492165.tar
nixpkgs-4ef1cb39ed5e072c503ce9a27a90544a6b492165.tar.gz
nixpkgs-4ef1cb39ed5e072c503ce9a27a90544a6b492165.tar.bz2
nixpkgs-4ef1cb39ed5e072c503ce9a27a90544a6b492165.tar.lz
nixpkgs-4ef1cb39ed5e072c503ce9a27a90544a6b492165.tar.xz
nixpkgs-4ef1cb39ed5e072c503ce9a27a90544a6b492165.tar.zst
nixpkgs-4ef1cb39ed5e072c503ce9a27a90544a6b492165.zip
haskell-hakyll: update to version 3.5.2.1
-rw-r--r--pkgs/development/libraries/haskell/hakyll/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix
index 093a92dd16e..50ff535d874 100644
--- a/pkgs/development/libraries/haskell/hakyll/default.nix
+++ b/pkgs/development/libraries/haskell/hakyll/default.nix
@@ -5,14 +5,13 @@
 
 cabal.mkDerivation (self: {
   pname = "hakyll";
-  version = "3.5.2.0";
-  sha256 = "088qhzycpz003qa4b7hnn6frgmidk6219icii04ap964fkw0mqn0";
+  version = "3.5.2.1";
+  sha256 = "1fp7jak2sfznvg3lfyjqy13m1iq9821mdq6n5qmqz5dh5b960iv4";
   buildDepends = [
     binary blazeHtml blazeMarkup citeprocHs cryptohash filepath hamlet
     lrucache mtl pandoc parsec regexBase regexTdfa snapCore snapServer
     tagsoup text time
   ];
-  jailbreak = true;
   meta = {
     homepage = "http://jaspervdj.be/hakyll";
     description = "A static website compiler library";