summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-05-31 07:24:47 +0000
committerPeter Simons <simons@cryp.to>2012-05-31 07:24:47 +0000
commit0781e6718c60c2ac4559549e71239652955279b4 (patch)
tree419ba92251c086e8ed75726d52f141c3333f2882 /pkgs/development
parent1dcdab8988d2c480214e487fc3f60e727331df13 (diff)
downloadnixlib-0781e6718c60c2ac4559549e71239652955279b4.tar
nixlib-0781e6718c60c2ac4559549e71239652955279b4.tar.gz
nixlib-0781e6718c60c2ac4559549e71239652955279b4.tar.bz2
nixlib-0781e6718c60c2ac4559549e71239652955279b4.tar.lz
nixlib-0781e6718c60c2ac4559549e71239652955279b4.tar.xz
nixlib-0781e6718c60c2ac4559549e71239652955279b4.tar.zst
nixlib-0781e6718c60c2ac4559549e71239652955279b4.zip
haskell-highlighting-kate: updated to version 0.5.1
svn path=/nixpkgs/trunk/; revision=34297
Diffstat (limited to 'pkgs/development')
-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 7799ae0c3114..d92d15d2a16f 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.0.6";
-  sha256 = "068ksmi8kdjm00279lnnhih4sqs9yh8mnvvn71brwak5r361m056";
+  version = "0.5.1";
+  sha256 = "0l0g71rg7cs9rm4i04h88fm20868s0kf2da89297xlrm58zfv0jj";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ blazeHtml filepath mtl parsec regexPcreBuiltin ];