summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-04-25 14:12:13 +0000
committerBobby Rong <rjl931189261@126.com>2022-04-25 22:28:20 +0800
commit97f1222dc764c7e10743fe5e720e6771032545cd (patch)
tree84910721f7ef980239a147064ce91fd0f651e38e
parent87d34a6b8982e901b8e50096b8e79ebc0e66cda0 (diff)
downloadnixpkgs-97f1222dc764c7e10743fe5e720e6771032545cd.tar
nixpkgs-97f1222dc764c7e10743fe5e720e6771032545cd.tar.gz
nixpkgs-97f1222dc764c7e10743fe5e720e6771032545cd.tar.bz2
nixpkgs-97f1222dc764c7e10743fe5e720e6771032545cd.tar.lz
nixpkgs-97f1222dc764c7e10743fe5e720e6771032545cd.tar.xz
nixpkgs-97f1222dc764c7e10743fe5e720e6771032545cd.tar.zst
nixpkgs-97f1222dc764c7e10743fe5e720e6771032545cd.zip
gnome.gnome-music: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/gnome-music/-/compare/42.0...42.1
-rw-r--r--pkgs/desktops/gnome/apps/gnome-music/default.nix9
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 4676710bfc6..8d5f5e5f28d 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