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-11-12 12:10:40 +0000
committernixpkgs-upkeep-bot <skainsworth@gmail.com>2021-11-12 12:10:40 +0000
commit2421f55bca8bf00d6084357aa61544785f074180 (patch)
tree88827d6af5894408d91a9f5eeba76e38c0d3704a /pkgs/applications/audio/spotify/default.nix
parent4302a67531dd89b989502d37bb7b361e97532646 (diff)
downloadnixpkgs-2421f55bca8bf00d6084357aa61544785f074180.tar
nixpkgs-2421f55bca8bf00d6084357aa61544785f074180.tar.gz
nixpkgs-2421f55bca8bf00d6084357aa61544785f074180.tar.bz2
nixpkgs-2421f55bca8bf00d6084357aa61544785f074180.tar.lz
nixpkgs-2421f55bca8bf00d6084357aa61544785f074180.tar.xz
nixpkgs-2421f55bca8bf00d6084357aa61544785f074180.tar.zst
nixpkgs-2421f55bca8bf00d6084357aa61544785f074180.zip
spotify-unwrapped: 1.1.68.632.g2b11de83 -> 1.1.72.439.gc253025e
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 c25276ff6e1..f38bd678d9e 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.632.g2b11de83";
+  version = "1.1.72.439.gc253025e";
   # 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 = "53";
+  rev = "56";
 
   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 = "ed991691c99fe97ed9ff5d0f5cc9a8883c176fa3b3054293c37d545abbb895c6260afdf1c8c0828d62c36ea7ab384e166b6151effb4614c93e4fa712319a08a3";
+    sha512 = "b2bd3d49a18dfebaa4660f9c39d11d57fb80a4ef15ec7b7973e3cc07be74f74aebd2d8c66360d79fe778244c533ed02f9dfca4085f99aae0e5faae7c003ba4ef";
   };
 
   nativeBuildInputs = [ makeWrapper wrapGAppsHook squashfsTools ];