summary refs log tree commit diff
path: root/pkgs/development/libraries/glib
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2021-10-30 01:04:50 +0200
committerGitHub <noreply@github.com>2021-10-30 01:04:50 +0200
commit92fc9826519f3b2dade8cea85d8634a35a5a54b6 (patch)
tree56462b2da070b6eea1c5472883d29310d7a0cb48 /pkgs/development/libraries/glib
parentb045be89944305859ed37ca6ddfcaa3bb1b00a2a (diff)
parent0e66b23a75b3f00825f7541e977a0df5a0849f12 (diff)
downloadnixpkgs-92fc9826519f3b2dade8cea85d8634a35a5a54b6.tar
nixpkgs-92fc9826519f3b2dade8cea85d8634a35a5a54b6.tar.gz
nixpkgs-92fc9826519f3b2dade8cea85d8634a35a5a54b6.tar.bz2
nixpkgs-92fc9826519f3b2dade8cea85d8634a35a5a54b6.tar.lz
nixpkgs-92fc9826519f3b2dade8cea85d8634a35a5a54b6.tar.xz
nixpkgs-92fc9826519f3b2dade8cea85d8634a35a5a54b6.tar.zst
nixpkgs-92fc9826519f3b2dade8cea85d8634a35a5a54b6.zip
Merge pull request #143642 from jtojnar/more-gnome-staging
More GNOME updates (staging)
Diffstat (limited to 'pkgs/development/libraries/glib')
-rw-r--r--pkgs/development/libraries/glib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/glib/default.nix b/pkgs/development/libraries/glib/default.nix
index 48836832157..d41bfd2f413 100644
--- a/pkgs/development/libraries/glib/default.nix
+++ b/pkgs/development/libraries/glib/default.nix
@@ -45,11 +45,11 @@ in
 
 stdenv.mkDerivation rec {
   pname = "glib";
-  version = "2.70.0";
+  version = "2.70.1";
 
   src = fetchurl {
     url = "mirror://gnome/sources/glib/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "0hh7hk02fkm1bn48k4z8f3kgv9qbni5z22gizd567fn527w7s390";
+    sha256 = "+be85/UXU6H0OFO7ysqL8J4V6ZQmjinP16dvZWNiY8A=";
   };
 
   patches = optionals stdenv.isDarwin [