gnome3.gnome-music: 3.38.2 → 40.0

This commit is contained in:
Jan Tojnar 2021-03-21 06:15:43 +01:00
parent 497343b0d0
commit e5b06be807
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -30,13 +30,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "gnome-music"; pname = "gnome-music";
version = "3.38.2"; version = "40.0";
format = "other"; format = "other";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "0c2051wngf3jrifl5bv5kyqcci459n62vixxkryiryjcaqwbd1am"; sha256 = "1djqhd4jccvk352hwxjhiwjgbnv1qnpv450f2c6w6581vcn9pq38";
}; };
nativeBuildInputs = [ nativeBuildInputs = [