summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-04-17 21:12:54 +0200
committerPeter Simons <simons@cryp.to>2014-04-23 11:17:08 +0200
commitfb74f950c04ef1ca1bc045e2248b28e075073056 (patch)
tree78158aa3e17ade095d0914c41f770304be8b02ff
parent3244e10c1b1a0f5d1fb39465bc24360ffc02b0c1 (diff)
downloadnixlib-fb74f950c04ef1ca1bc045e2248b28e075073056.tar
nixlib-fb74f950c04ef1ca1bc045e2248b28e075073056.tar.gz
nixlib-fb74f950c04ef1ca1bc045e2248b28e075073056.tar.bz2
nixlib-fb74f950c04ef1ca1bc045e2248b28e075073056.tar.lz
nixlib-fb74f950c04ef1ca1bc045e2248b28e075073056.tar.xz
nixlib-fb74f950c04ef1ca1bc045e2248b28e075073056.tar.zst
nixlib-fb74f950c04ef1ca1bc045e2248b28e075073056.zip
haskell-gtk: update to version 0.12.5.7
-rw-r--r--pkgs/development/libraries/haskell/gtk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/gtk/default.nix b/pkgs/development/libraries/haskell/gtk/default.nix
index 081573e72236..98d7f5b96cd7 100644
--- a/pkgs/development/libraries/haskell/gtk/default.nix
+++ b/pkgs/development/libraries/haskell/gtk/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "gtk";
-  version = "0.12.5.6";
-  sha256 = "06i6y7psl8fd7cy7jn0aqp98k876spr5vjgjxs8730pw3x17z6ld";
+  version = "0.12.5.7";
+  sha256 = "0hax4ixdz523753rc774c8g76bjlj56lsabyl5nwkpnppffpa73w";
   buildDepends = [ cairo glib mtl pango ];
   buildTools = [ gtk2hsBuildtools ];
   extraLibraries = [ libc pkgconfig ];