about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify/default.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2019-04-06 13:12:49 -0400
committerTim Steinbach <tim@nequissimus.com>2019-04-06 13:13:20 -0400
commitea87db215304c948484023f3a3be330d26c24650 (patch)
treee0a1ff501da8886281cc87932def439fce66a76a /pkgs/applications/audio/spotify/default.nix
parente1ae597343c877681d03584d55cbebd0a2511381 (diff)
downloadnixlib-ea87db215304c948484023f3a3be330d26c24650.tar
nixlib-ea87db215304c948484023f3a3be330d26c24650.tar.gz
nixlib-ea87db215304c948484023f3a3be330d26c24650.tar.bz2
nixlib-ea87db215304c948484023f3a3be330d26c24650.tar.lz
nixlib-ea87db215304c948484023f3a3be330d26c24650.tar.xz
nixlib-ea87db215304c948484023f3a3be330d26c24650.tar.zst
nixlib-ea87db215304c948484023f3a3be330d26c24650.zip
spotify: 1.0.96.181.gf6bc1b6b-12 -> 1.1.0.237.g378f6f25-11
Diffstat (limited to 'pkgs/applications/audio/spotify/default.nix')
-rw-r--r--pkgs/applications/audio/spotify/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 060c1dc5d4dd..df6f9714819b 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.0.96.181.gf6bc1b6b-12";
+  version = "1.1.0.237.g378f6f25-11";
   # 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 = "30";
+  rev = "34";
 
 
   deps = [
@@ -71,7 +71,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 = "859730fbc80067f0828f7e13eee9a21b13b749f897a50e17c2da4ee672785cfd79e1af6336e609529d105e040dc40f61b6189524783ac93d49f991c4ea8b3c56";
+    sha512 = "beddfa8f5de9998e8d1dca32295d03bdf41ec2c23eca82fcf56e5bae7b8fb84c036627b02ea458623a72a01ba09ef83cc50acdd06f2810bd444aae450d4861e6";
   };
 
   buildInputs = [ squashfsTools makeWrapper ];