about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-08 13:21:18 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-08 13:21:18 -0800
commitf8dd6d60571c2d5dc81da8e458dc133ac421e815 (patch)
tree854923423dd5ddf3ef02256717acac7e18d6f74a /pkgs/applications
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixlib-f8dd6d60571c2d5dc81da8e458dc133ac421e815.tar
nixlib-f8dd6d60571c2d5dc81da8e458dc133ac421e815.tar.gz
nixlib-f8dd6d60571c2d5dc81da8e458dc133ac421e815.tar.bz2
nixlib-f8dd6d60571c2d5dc81da8e458dc133ac421e815.tar.lz
nixlib-f8dd6d60571c2d5dc81da8e458dc133ac421e815.tar.xz
nixlib-f8dd6d60571c2d5dc81da8e458dc133ac421e815.tar.zst
nixlib-f8dd6d60571c2d5dc81da8e458dc133ac421e815.zip
google-play-music-desktop-player: 4.4.1 -> 4.5.0
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.5.0 with grep in /nix/store/9xvi5jsdbiphz2w704njd975xkv31y8g-google-play-music-desktop-player-4.5.0
- found 4.5.0 in filename of file in /nix/store/9xvi5jsdbiphz2w704njd975xkv31y8g-google-play-music-desktop-player-4.5.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/google-play-music-desktop-player/default.nix4
1 files changed, 2 insertions, 2 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 83df4b33940c..6c7d6dba455c 100644
--- a/pkgs/applications/audio/google-play-music-desktop-player/default.nix
+++ b/pkgs/applications/audio/google-play-music-desktop-player/default.nix
@@ -4,7 +4,7 @@
 }:
 
 let
-  version = "4.4.1";
+  version = "4.5.0";
 
   deps = [
     alsaLib
@@ -46,7 +46,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 = "0jqgawgij6jxf3zy3glviqj6s34mq7d756syg2c7kk1gkqkwgdpw";
+    sha256 = "06h9g1yhd5q7gg8v55q143fr65frxg0khfgckr03gsaw0swin51q";
   };
 
   dontBuild = true;