gweather-locations: 2025.1 → 2026.2

https://gitlab.gnome.org/GNOME/gweather-locations/-/compare/2026.1...2026.2
This commit is contained in:
Bobby Rong
2026-05-06 23:23:40 +08:00
parent 61991ee755
commit 95f251af65
@@ -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;