summary refs log tree commit diff
path: root/pkgs/development/libraries/glib-networking/default.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2015-01-20 11:33:11 +0100
committerLluís Batlle i Rossell <viric@viric.name>2015-01-20 12:49:50 +0100
commit1e561eb230d12caae468a7974e22d3f84002e3d4 (patch)
tree7703be36398e1f35e6ea7316d18f33a9a5145747 /pkgs/development/libraries/glib-networking/default.nix
parent2be76b5405c987baa11b9ebe0388bfa81c7745c2 (diff)
downloadnixpkgs-1e561eb230d12caae468a7974e22d3f84002e3d4.tar
nixpkgs-1e561eb230d12caae468a7974e22d3f84002e3d4.tar.gz
nixpkgs-1e561eb230d12caae468a7974e22d3f84002e3d4.tar.bz2
nixpkgs-1e561eb230d12caae468a7974e22d3f84002e3d4.tar.lz
nixpkgs-1e561eb230d12caae468a7974e22d3f84002e3d4.tar.xz
nixpkgs-1e561eb230d12caae468a7974e22d3f84002e3d4.tar.zst
nixpkgs-1e561eb230d12caae468a7974e22d3f84002e3d4.zip
Updating glib-networking to match glib (2.42.1)
I think it's better if they match. Not that I hit a problem with the old
version though.
Diffstat (limited to 'pkgs/development/libraries/glib-networking/default.nix')
-rw-r--r--pkgs/development/libraries/glib-networking/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/glib-networking/default.nix b/pkgs/development/libraries/glib-networking/default.nix
index 6b715028e8a..ee7f39585ef 100644
--- a/pkgs/development/libraries/glib-networking/default.nix
+++ b/pkgs/development/libraries/glib-networking/default.nix
@@ -2,7 +2,7 @@
 , gsettings_desktop_schemas }:
 
 let
-  ver_maj = "2.40";
+  ver_maj = "2.42";
   ver_min = "1";
 in
 stdenv.mkDerivation rec {
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/glib-networking/${ver_maj}/${name}.tar.xz";
-    sha256 = "9fb3e54d049a480afdb814ff7452e7ab67e5d5f607ade230d7713f19922b5a28";
+    sha256 = "c06bf76da3353695fcc791b7b02e5d60c01c379e554f7841dc6cbca32f65f3a0";
   };
 
   configureFlags = "--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt";