summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-03-20 07:35:53 +0100
committerJan Tojnar <jtojnar@gmail.com>2022-03-25 15:02:47 +0100
commit27d52bf401dffdd81ac44d2be1188d687186e67d (patch)
tree1d49f987f3fc88609a3b3850b9eacb117730f2f9
parent9e4194bd5ede9c3671bb1477361607986a81d8ec (diff)
downloadnixpkgs-27d52bf401dffdd81ac44d2be1188d687186e67d.tar
nixpkgs-27d52bf401dffdd81ac44d2be1188d687186e67d.tar.gz
nixpkgs-27d52bf401dffdd81ac44d2be1188d687186e67d.tar.bz2
nixpkgs-27d52bf401dffdd81ac44d2be1188d687186e67d.tar.lz
nixpkgs-27d52bf401dffdd81ac44d2be1188d687186e67d.tar.xz
nixpkgs-27d52bf401dffdd81ac44d2be1188d687186e67d.tar.zst
nixpkgs-27d52bf401dffdd81ac44d2be1188d687186e67d.zip
libgweather: 3.91.0 → 4.0.0
https://gitlab.gnome.org/GNOME/libgweather/-/tags/3.99.0
https://gitlab.gnome.org/GNOME/libgweather/-/tags/4.0.0
-rw-r--r--pkgs/development/libraries/libgweather/default.nix4
1 files 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 = [