libgweather: 4.4.2 → 4.4.4

https://gitlab.gnome.org/GNOME/libgweather/-/compare/4.4.2...4.4.4

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-12 13:22:36 +00:00
parent 929232e928
commit 58221c3ff5
No known key found for this signature in database

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "libgweather";
version = "4.4.2";
version = "4.4.4";
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-puQntHcK2kiUXzqpBq9xD8gzz/DULfkfGCgwJ0DXlOw=";
hash = "sha256-cBdnd1PN99H9w1Xkv82x66g2l5Oo3yTSQUJ6k5y/QoM=";
};
patches = [