gnome3.gnome-music: 3.34.3 -> 3.34.4

This commit is contained in:
worldofpeace 2020-02-18 07:16:11 -05:00
parent 2fd97821a6
commit 539493f2cd

View File

@ -29,13 +29,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "gnome-music";
version = "3.34.3";
version = "3.34.4";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0kp7r6l8hb8aq9j2fdiw49p7hyls4gllz258qy6fp3bbfzmbn4g7";
sha256 = "1l2jaf5jfdkqqpjxwahsjslb3sa2vlhjgpi1ib51is04ln729xb6";
};
nativeBuildInputs = [