Merge pull request #89950 from r-ryantm/auto-update/gnome-music

This commit is contained in:
Jan Tojnar 2020-06-10 03:19:41 +02:00 committed by GitHub
commit a2195db45a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [
@ -93,6 +93,9 @@ python3.pkgs.buildPythonApplication rec {
doCheck = false;
# handle setup hooks better
strictDeps = false;
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;