summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify
diff options
context:
space:
mode:
authorupkeep-bot <foo@bar.com>2021-03-30 12:09:05 +0000
committerupkeep-bot <foo@bar.com>2021-03-30 12:09:05 +0000
commit4ef674bc11a11d430da5af4db2409c09ec322874 (patch)
treeaeb7b9d468741105b78d2c1da09f36431c59913b /pkgs/applications/audio/spotify
parentf15cbfdfcd881745203f253832396c27d204a551 (diff)
downloadnixpkgs-4ef674bc11a11d430da5af4db2409c09ec322874.tar
nixpkgs-4ef674bc11a11d430da5af4db2409c09ec322874.tar.gz
nixpkgs-4ef674bc11a11d430da5af4db2409c09ec322874.tar.bz2
nixpkgs-4ef674bc11a11d430da5af4db2409c09ec322874.tar.lz
nixpkgs-4ef674bc11a11d430da5af4db2409c09ec322874.tar.xz
nixpkgs-4ef674bc11a11d430da5af4db2409c09ec322874.tar.zst
nixpkgs-4ef674bc11a11d430da5af4db2409c09ec322874.zip
spotify-unwrapped: 1.1.55.494.gca75f788 -> 1.1.55.498.gf9a83c60
Diffstat (limited to 'pkgs/applications/audio/spotify')
-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 69aae9d6433..3be5af2755b 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.55.494.gca75f788";
+  version = "1.1.55.498.gf9a83c60";
   # 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 = "45";
+  rev = "46";
 
   deps = [
     alsaLib
@@ -79,7 +79,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 = "5d61a2d5b26be651620ab5d18d3a204d8d7b09dcec8a733ddc176c44cb43e9176c4350933ebe4498b065ba219113f3226c13bea9659da738fe635f41d01db303";
+    sha512 = "dabb55d2ba41f977b6d3f03bfcf147d11785136dd1277efc62011c8371ef25cc04531266bd16608639b9b6a500c1a18a45f44ba7a43e17ab5ac139e36eff7149";
   };
 
   nativeBuildInputs = [ makeWrapper squashfsTools ];