about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-03-12 00:49:31 +0100
committerGitHub <noreply@github.com>2020-03-12 00:49:31 +0100
commitaf048e2344e872dadb9cd59fe06563a1d9ff7edc (patch)
treef99eb524e89c2ea74d332b9af942a237dea6f5e3 /pkgs/applications/audio
parentde892c2f073341c02f90e63c8dfbb5e6ac9f37ea (diff)
parentdaebb49035ce1ea551de469cbe9a089e1eb59cb2 (diff)
downloadnixlib-af048e2344e872dadb9cd59fe06563a1d9ff7edc.tar
nixlib-af048e2344e872dadb9cd59fe06563a1d9ff7edc.tar.gz
nixlib-af048e2344e872dadb9cd59fe06563a1d9ff7edc.tar.bz2
nixlib-af048e2344e872dadb9cd59fe06563a1d9ff7edc.tar.lz
nixlib-af048e2344e872dadb9cd59fe06563a1d9ff7edc.tar.xz
nixlib-af048e2344e872dadb9cd59fe06563a1d9ff7edc.tar.zst
nixlib-af048e2344e872dadb9cd59fe06563a1d9ff7edc.zip
Merge pull request #82358 from timokau/spotify-1.1.26
spotify: 1.1.10.546.ge08ef575-19 -> 1.1.26.501.gbe11e53b-15
Diffstat (limited to 'pkgs/applications/audio')
-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 b763e6e6122f..eb2055ec7c19 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 ];