summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-28 10:31:43 +0100
committerPeter Simons <simons@cryp.to>2014-01-28 14:59:47 +0100
commit55a8134bbec4f8fdd15da3b71946aad78512f0c0 (patch)
tree977adb8fa1088db056b46bd249fe2c9798b5392b
parent4cbf42f006eb9a7ccfe31cf906070b9753509f8b (diff)
downloadnixpkgs-55a8134bbec4f8fdd15da3b71946aad78512f0c0.tar
nixpkgs-55a8134bbec4f8fdd15da3b71946aad78512f0c0.tar.gz
nixpkgs-55a8134bbec4f8fdd15da3b71946aad78512f0c0.tar.bz2
nixpkgs-55a8134bbec4f8fdd15da3b71946aad78512f0c0.tar.lz
nixpkgs-55a8134bbec4f8fdd15da3b71946aad78512f0c0.tar.xz
nixpkgs-55a8134bbec4f8fdd15da3b71946aad78512f0c0.tar.zst
nixpkgs-55a8134bbec4f8fdd15da3b71946aad78512f0c0.zip
haskell-highlighting-kate: update to version 0.5.6.1
-rw-r--r--pkgs/development/libraries/haskell/highlighting-kate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/highlighting-kate/default.nix b/pkgs/development/libraries/haskell/highlighting-kate/default.nix
index 863a0441b02..497d1083f55 100644
--- a/pkgs/development/libraries/haskell/highlighting-kate/default.nix
+++ b/pkgs/development/libraries/haskell/highlighting-kate/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "highlighting-kate";
-  version = "0.5.6";
-  sha256 = "1nd1ima3x7bb3lhkpzfw1qbl8g8mwp1ixk2w7nf2p1200c5zs49d";
+  version = "0.5.6.1";
+  sha256 = "0hwzybihx5znd2z00kqcffqmng7vwynmav0x0zf2b9g415c2lx23";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ blazeHtml filepath mtl parsec regexPcre ];