summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify/default.nix
diff options
context:
space:
mode:
authornixpkgs-upkeep-bot <skainsworth@gmail.com>2021-09-21 00:13:38 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2021-09-21 00:13:38 +0000
commite24fac5fc0da2e024cae06f73ea1de9730469f0e (patch)
tree60a3df0716c7c65896a2f5d2324b587179237045 /pkgs/applications/audio/spotify/default.nix
parent3fffe2d33c02284bd6c08bc8738056e3b5f9935a (diff)
downloadnixpkgs-e24fac5fc0da2e024cae06f73ea1de9730469f0e.tar
nixpkgs-e24fac5fc0da2e024cae06f73ea1de9730469f0e.tar.gz
nixpkgs-e24fac5fc0da2e024cae06f73ea1de9730469f0e.tar.bz2
nixpkgs-e24fac5fc0da2e024cae06f73ea1de9730469f0e.tar.lz
nixpkgs-e24fac5fc0da2e024cae06f73ea1de9730469f0e.tar.xz
nixpkgs-e24fac5fc0da2e024cae06f73ea1de9730469f0e.tar.zst
nixpkgs-e24fac5fc0da2e024cae06f73ea1de9730469f0e.zip
spotify-unwrapped: 1.1.68.628.geb44bd66 -> 1.1.68.632.g2b11de83
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 48e6a85f5d2..c25276ff6e1 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.68.628.geb44bd66";
+  version = "1.1.68.632.g2b11de83";
   # 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 = "52";
+  rev = "53";
 
   deps = [
     alsa-lib
@@ -80,7 +80,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 = "be6f1cb650924eb9e244497374d1dfe6136d28056dbecc7000a03341a4bb4c6ab2c83ec6c707bd6f57afde95262230eafbde08e9c7a7dfcacdf660eb10499f3a";
+    sha512 = "ed991691c99fe97ed9ff5d0f5cc9a8883c176fa3b3054293c37d545abbb895c6260afdf1c8c0828d62c36ea7ab384e166b6151effb4614c93e4fa712319a08a3";
   };
 
   nativeBuildInputs = [ makeWrapper wrapGAppsHook squashfsTools ];