gnome.gnome-weather: 41.0 → 42.beta

https://gitlab.gnome.org/GNOME/gnome-weather/-/compare/41.0...42.beta
This commit is contained in:
Jan Tojnar
2022-03-25 15:01:26 +01:00
parent 45c999dc44
commit 2564d3eb92
@@ -3,8 +3,8 @@
, fetchurl
, pkg-config
, gnome
, gtk3
, libhandy
, gtk4
, libadwaita
, wrapGAppsHook
, gjs
, gobject-introspection
@@ -12,18 +12,17 @@
, meson
, ninja
, geoclue2
, gnome-desktop
, python3
, gsettings-desktop-schemas
}:
stdenv.mkDerivation rec {
pname = "gnome-weather";
version = "41.0";
version = "42.beta";
src = fetchurl {
url = "mirror://gnome/sources/gnome-weather/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "1vidwq768xnrnr24jcfbpwjczz7vm5zmaiv41nb75q4p8avlwqg5";
sha256 = "veAxQbZcSq4qofvOdH7zmkAvbOMrQXzw4dYXC3jxfho=";
};
nativeBuildInputs = [
@@ -35,11 +34,10 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gtk3
libhandy
gtk4
libadwaita
gjs
gobject-introspection
gnome-desktop
libgweather
gnome.adwaita-icon-theme
geoclue2
@@ -70,7 +68,7 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/Weather";
description = "Access current weather conditions and forecasts";
maintainers = teams.gnome.members;
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
}