summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify/default.nix
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-03-12 00:26:24 +0100
committerTimo Kaufmann <timokau@zoho.com>2020-03-12 00:31:38 +0100
commitdaebb49035ce1ea551de469cbe9a089e1eb59cb2 (patch)
treec88bd09750abf3bc93415f52bff653dde5bd12c5 /pkgs/applications/audio/spotify/default.nix
parent82b54d490663b6d87b7b34b9cfc0985df8b49c7d (diff)
downloadnixpkgs-daebb49035ce1ea551de469cbe9a089e1eb59cb2.tar
nixpkgs-daebb49035ce1ea551de469cbe9a089e1eb59cb2.tar.gz
nixpkgs-daebb49035ce1ea551de469cbe9a089e1eb59cb2.tar.bz2
nixpkgs-daebb49035ce1ea551de469cbe9a089e1eb59cb2.tar.lz
nixpkgs-daebb49035ce1ea551de469cbe9a089e1eb59cb2.tar.xz
nixpkgs-daebb49035ce1ea551de469cbe9a089e1eb59cb2.tar.zst
nixpkgs-daebb49035ce1ea551de469cbe9a089e1eb59cb2.zip
spotify: 1.1.10.546.ge08ef575-19 -> 1.1.26.501.gbe11e53b-15
Works fine for me, although I did have to re-login.
Diffstat (limited to 'pkgs/applications/audio/spotify/default.nix')
-rw-r--r--pkgs/applications/audio/spotify/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index b763e6e6122..eb2055ec7c1 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -10,14 +10,14 @@ let
   # If an update breaks things, one of those might have valuable info:
   # https://aur.archlinux.org/packages/spotify/
   # https://community.spotify.com/t5/Desktop-Linux
-  version = "1.1.10.546.ge08ef575-19";
+  version = "1.1.26.501.gbe11e53b-15";
   # To get the latest stable revision:
   # curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/spotify?channel=stable' | jq '.download_url,.version,.last_updated'
   # To get general information:
   # curl -H 'Snap-Device-Series: 16' 'https://api.snapcraft.io/v2/snaps/info/spotify' | jq '.'
   # More examples of api usage:
   # https://github.com/canonical-websites/snapcraft.io/blob/master/webapp/publisher/snaps/views.py
-  rev = "36";
+  rev = "41";
 
 
   deps = [
@@ -56,6 +56,8 @@ let
     xorg.libXScrnSaver
     xorg.libXtst
     xorg.libxcb
+    xorg.libSM
+    xorg.libICE
     zlib
   ];
 
@@ -75,7 +77,7 @@ stdenv.mkDerivation {
   # https://community.spotify.com/t5/Desktop-Linux/Redistribute-Spotify-on-Linux-Distributions/td-p/1695334
   src = fetchurl {
     url = "https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_${rev}.snap";
-    sha512 = "c49f1a86a9b737e64a475bbe62754a36f607669e908eb725a2395f0a0a6b95968e0c8ce27ab2c8b6c92fe8cbacb1ef58de11c79b92dc0f58c2c6d3a140706a1f";
+    sha512 = "41bc8d20388bab39058d0709d99b1c8e324ea37af217620797356b8bc0b24aedbe801eaaa6e00a93e94e26765602e5dc27ad423ce2e777b4bec1b92daf04f81e";
   };
 
   buildInputs = [ squashfsTools makeWrapper ];