summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2018-08-25 09:43:55 +0200
committerGitHub <noreply@github.com>2018-08-25 09:43:55 +0200
commitfe51f5661bb6cb4122723d125c9c2d0e0ef6cce4 (patch)
tree6d1983657052cd086f59cecdfecc990156704bd2 /pkgs
parent147804d430d830caf26b8c27cb0acb4f1701e3d6 (diff)
parent4ad6873c84bc1e4f8c5c82d35ac5b17e6908d0a8 (diff)
downloadnixlib-fe51f5661bb6cb4122723d125c9c2d0e0ef6cce4.tar
nixlib-fe51f5661bb6cb4122723d125c9c2d0e0ef6cce4.tar.gz
nixlib-fe51f5661bb6cb4122723d125c9c2d0e0ef6cce4.tar.bz2
nixlib-fe51f5661bb6cb4122723d125c9c2d0e0ef6cce4.tar.lz
nixlib-fe51f5661bb6cb4122723d125c9c2d0e0ef6cce4.tar.xz
nixlib-fe51f5661bb6cb4122723d125c9c2d0e0ef6cce4.tar.zst
nixlib-fe51f5661bb6cb4122723d125c9c2d0e0ef6cce4.zip
Merge pull request #45612 from baracoder/update-gpmdp
google-play-music-desktop-player: 4.5.0 -> 4.6.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/google-play-music-desktop-player/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/audio/google-play-music-desktop-player/default.nix b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
index 6c7d6dba455c..5951572dd246 100644
--- a/pkgs/applications/audio/google-play-music-desktop-player/default.nix
+++ b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
@@ -1,10 +1,10 @@
 { stdenv, alsaLib, atk, cairo, cups, dbus, dpkg, expat, fontconfig, freetype
-, fetchurl, GConf, gdk_pixbuf, glib, gtk2, libpulseaudio, makeWrapper, nspr
+, fetchurl, GConf, gdk_pixbuf, glib, gtk2, gtk3, libpulseaudio, makeWrapper, nspr
 , nss, pango, udev, xorg
 }:
 
 let
-  version = "4.5.0";
+  version = "4.6.1";
 
   deps = [
     alsaLib
@@ -19,6 +19,7 @@ let
     gdk_pixbuf
     glib
     gtk2
+    gtk3
     libpulseaudio
     nspr
     nss
@@ -46,7 +47,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v${version}/google-play-music-desktop-player_${version}_amd64.deb";
-    sha256 = "06h9g1yhd5q7gg8v55q143fr65frxg0khfgckr03gsaw0swin51q";
+    sha256 = "0dyn2fxhcri9d9nmcprszs6yg79gsr09bjfzzb1p10yjmi77cj2g";
   };
 
   dontBuild = true;