gnome3.gnome-music: 3.36.2 -> 3.36.3

This commit is contained in:
R. RyanTM 2020-06-09 17:14:30 +00:00
parent b56c66e7e8
commit d63e7b5b21

View File

@ -30,13 +30,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "gnome-music";
version = "3.36.2";
version = "3.36.3";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "19c2x7h9gq4kh4995y1qcn5pyry4x04lh5n7md0q33zsxcx43bdb";
sha256 = "0ds225fd0zl0zpjc2wmzg4fwivqbqsyiqpnf9pzlqpwrz10d5y2l";
};
nativeBuildInputs = [