From 95f251af6565fc59dff286708c05f1ee9d90e8bd Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 25 Apr 2026 09:18:46 +0000 Subject: [PATCH] =?UTF-8?q?gweather-locations:=202025.1=20=E2=86=92=202026?= =?UTF-8?q?.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gweather-locations/-/compare/2026.1...2026.2 --- pkgs/by-name/gw/gweather-locations/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gw/gweather-locations/package.nix b/pkgs/by-name/gw/gweather-locations/package.nix index c0f6c7c571f2..a43748e8c513 100644 --- a/pkgs/by-name/gw/gweather-locations/package.nix +++ b/pkgs/by-name/gw/gweather-locations/package.nix @@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "gweather-locations"; - version = "2025.1"; + version = "2026.2"; outputs = [ "out" @@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { src = fetchurl { url = "mirror://gnome/sources/gweather-locations/${lib.versions.major finalAttrs.version}/gweather-locations-${finalAttrs.version}.tar.xz"; - hash = "sha256-VgnuBM9qxMx3IfMkG9jWn/6/DxtgIQ+t2IyGmkuITYc="; + hash = "sha256-51cKNmHgp1KgY4eyAyWFz1iPxWdwsfnznxpV0XsoNf4="; }; strictDeps = true;