about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-10 11:06:43 +0100
committerPeter Simons <simons@cryp.to>2014-02-10 20:54:54 +0100
commit714053c0ccc3d56bdbab0d3f88e34e1525e3d611 (patch)
treea3e73251021fc3689c143dabbaf8e3580a087666 /pkgs
parent47947a0ab70f6bdd3b492a1b8231c613a7d23d4e (diff)
downloadnixlib-714053c0ccc3d56bdbab0d3f88e34e1525e3d611.tar
nixlib-714053c0ccc3d56bdbab0d3f88e34e1525e3d611.tar.gz
nixlib-714053c0ccc3d56bdbab0d3f88e34e1525e3d611.tar.bz2
nixlib-714053c0ccc3d56bdbab0d3f88e34e1525e3d611.tar.lz
nixlib-714053c0ccc3d56bdbab0d3f88e34e1525e3d611.tar.xz
nixlib-714053c0ccc3d56bdbab0d3f88e34e1525e3d611.tar.zst
nixlib-714053c0ccc3d56bdbab0d3f88e34e1525e3d611.zip
haskell-yaml: update to version 0.8.6.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/yaml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/yaml/default.nix b/pkgs/development/libraries/haskell/yaml/default.nix
index e7fac87c3191..5ded7e665aba 100644
--- a/pkgs/development/libraries/haskell/yaml/default.nix
+++ b/pkgs/development/libraries/haskell/yaml/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "yaml";
-  version = "0.8.6";
-  sha256 = "0qmbgb2gsqj25hl1blxjjcpk5fp5za9d1vshjs86mpapqvlhr9rn";
+  version = "0.8.6.2";
+  sha256 = "1qgxjm6jv7w12a30irgb0dgdn51zxzcwqd0r713l26v35m2fvmdg";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [