gnome3.gnome-weather: 3.36.0 -> 3.36.1

This commit is contained in:
Tor Hedin Brønner 2020-05-03 15:16:25 +02:00
parent 248c0c999c
commit 8838812ef5

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "gnome-weather";
version = "3.36.0";
version = "3.36.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-weather/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "15ahfgqj0rz16y2bdxb7sa4b3b3larg8hn3b41pc5ddnwf9x63zi";
sha256 = "11z75ky6xp9hx7lm24xng7ydr20bzh4d6p9sbi9c8ccz2m3fdrk8";
};
nativeBuildInputs = [ pkgconfig meson ninja wrapGAppsHook python3 ];