mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-gio: update to version 0.12.5.3
This commit is contained in:
parent
b6c93edded
commit
f488349682
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "gio";
|
||||
version = "0.12.5.0";
|
||||
sha256 = "08gg3dh3xsgvj3hwylg5pgrhdrvi1chsybkd0l4hd4bycpm3sx98";
|
||||
version = "0.12.5.3";
|
||||
sha256 = "1n9sima0m30w1bmfk0wb4fawrg76vgpvlzki0kwdh6f0sfczxywc";
|
||||
buildDepends = [ glib mtl ];
|
||||
buildTools = [ gtk2hsBuildtools ];
|
||||
pkgconfigDepends = [ glib ];
|
||||
|
|
Loading…
Reference in a new issue