about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-11-13 15:55:33 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-11-13 15:55:33 -0800
commitcdf65ba19e4c72933bdc3e59a35bea65da41d161 (patch)
tree96f446677c4df0ac92a5b99e63966b17d8dbf776
parent8f45d18a71fec8f2585c01b94a8b653a8894da69 (diff)
downloadnixlib-cdf65ba19e4c72933bdc3e59a35bea65da41d161.tar
nixlib-cdf65ba19e4c72933bdc3e59a35bea65da41d161.tar.gz
nixlib-cdf65ba19e4c72933bdc3e59a35bea65da41d161.tar.bz2
nixlib-cdf65ba19e4c72933bdc3e59a35bea65da41d161.tar.lz
nixlib-cdf65ba19e4c72933bdc3e59a35bea65da41d161.tar.xz
nixlib-cdf65ba19e4c72933bdc3e59a35bea65da41d161.tar.zst
nixlib-cdf65ba19e4c72933bdc3e59a35bea65da41d161.zip
gtk3: 3.18.3 -> 3.18.4
-rw-r--r--pkgs/development/libraries/gtk+/3.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gtk+/3.x.nix b/pkgs/development/libraries/gtk+/3.x.nix
index 2a7c7b88c385..174f12fc68ca 100644
--- a/pkgs/development/libraries/gtk+/3.x.nix
+++ b/pkgs/development/libraries/gtk+/3.x.nix
@@ -10,7 +10,7 @@ assert cupsSupport -> cups != null;
 
 let
   ver_maj = "3.18";
-  ver_min = "3";
+  ver_min = "4";
   version = "${ver_maj}.${ver_min}";
 in
 stdenv.mkDerivation rec {
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/gtk+/${ver_maj}/gtk+-${version}.tar.xz";
-    sha256 = "f3c76791f93f51e260b03676f83007730b9875a0a9bf5cd42442e2f14e593546";
+    sha256 = "5400dcf280d28d24606f33d59ed48c717f7d3db425d4b6fb52e8002f0c76c7eb";
   };
 
   nativeBuildInputs = [ pkgconfig gettext gobjectIntrospection perl ];