gnome3.gnome-software: 3.32.0 -> 3.32.1

https://gitlab.gnome.org/GNOME/gnome-software/blob/3.32.1/NEWS
This commit is contained in:
Tor Hedin Brønner 2019-04-18 13:40:43 +02:00
parent 36c9fa3cdd
commit df40aa3c8d

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "gnome-software-${version}";
version = "3.32.0";
version = "3.32.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "19hrvkyavrfrhs19ii4ky5bpzsijiyq2vcxb5s4xk13xv8ys2151";
sha256 = "0xxhvyqfwlcyvlqc36rpcili00dpwy8b5c5klaqccn5qrc87rl38";
};
patches = [