From 27d52bf401dffdd81ac44d2be1188d687186e67d Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 20 Mar 2022 07:35:53 +0100 Subject: [PATCH] =?UTF-8?q?libgweather:=203.91.0=20=E2=86=92=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/libgweather/-/tags/3.99.0 https://gitlab.gnome.org/GNOME/libgweather/-/tags/4.0.0 --- pkgs/development/libraries/libgweather/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libgweather/default.nix b/pkgs/development/libraries/libgweather/default.nix index f8ac8da7fc4..e4a527ba485 100644 --- a/pkgs/development/libraries/libgweather/default.nix +++ b/pkgs/development/libraries/libgweather/default.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation rec { pname = "libgweather"; - version = "3.91.0"; + version = "4.0.0"; outputs = [ "out" "dev" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "cls+s0/G0h7cgLbmhHKLMIix+hRPCipNPpYFx6jz3Pg="; + sha256 = "RA1EgBtvcrSMZ25eN/kQnP7hOU/XTMknJeGxuk+ug0w="; }; patches = [