diff options
| author | Jan Tojnar <jtojnar@gmail.com> | 2022-04-25 22:54:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-25 22:54:27 +0200 |
| commit | 6a323903ad07de6680169bb0423c5cea9db41d82 (patch) | |
| tree | b607029707dba5402be9e422869b22eb6cdc8684 | |
| parent | Merge pull request #170294 from maxeaubrey/fwupd_1.7.7 (diff) | |
| parent | gnome.gnome-music: 42.0 → 42.1 (diff) | |
| download | nixpkgs-6a323903ad07de6680169bb0423c5cea9db41d82.tar.gz | |
Merge pull request #170268 from bobby285271/gnome-music
gnome.gnome-music: 42.0 → 42.1
| -rw-r--r-- | pkgs/desktops/gnome/apps/gnome-music/default.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/desktops/gnome/apps/gnome-music/default.nix b/pkgs/desktops/gnome/apps/gnome-music/default.nix index 4676710bfc61..8d5f5e5f28dd 100644 --- a/pkgs/desktops/gnome/apps/gnome-music/default.nix +++ b/pkgs/desktops/gnome/apps/gnome-music/default.nix @@ -8,7 +8,7 @@ , libxml2 , python3 , libnotify -, wrapGAppsHook +, wrapGAppsHook4 , libmediaart , gobject-introspection , gnome-online-accounts @@ -30,13 +30,13 @@ python3.pkgs.buildPythonApplication rec { pname = "gnome-music"; - version = "42.0"; + version = "42.1"; format = "other"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "nWgZj5hSveD4NFhLlqgSiX0xDLcXKLak8Ji8spsZxdA="; + sha256 = "x3R/pqhrVrGK1v+VD/kB5Z7n+sEcaLKmcnr4bq7tgnA="; }; nativeBuildInputs = [ @@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec { itstool pkg-config libxml2 - wrapGAppsHook + wrapGAppsHook4 desktop-file-utils appstream-glib gobject-introspection @@ -60,7 +60,6 @@ python3.pkgs.buildPythonApplication rec { gnome-online-accounts gobject-introspection gdk-pixbuf - gnome.adwaita-icon-theme python3 grilo grilo-plugins |
