summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Joerg <martin.joerg@gmail.com>2024-07-22 14:40:27 +0000
committerMartin Joerg <martin.joerg@gmail.com>2024-07-22 14:40:27 +0000
commitf0f1070dc5aa1aea3473f925831a6c893a763451 (patch)
tree24ca4fd1c3d1f0034d70867c391f6998ddbf4c27
parente42a04d5e175e4f5962d66a2b28356a1214650dc (diff)
spotify: 1.2.37.701.ge66eb7bc -> 1.2.40.599.g606b7f29
-rw-r--r--pkgs/applications/audio/spotify/linux.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/spotify/linux.nix b/pkgs/applications/audio/spotify/linux.nix
index 6d3dde38de9a..84ca34d48d60 100644
--- a/pkgs/applications/audio/spotify/linux.nix
+++ b/pkgs/applications/audio/spotify/linux.nix
@@ -14,14 +14,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.2.37.701.ge66eb7bc";
+ version = "1.2.40.599.g606b7f29";
# 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 = "76";
+ rev = "77";
deps = [
alsa-lib
@@ -88,7 +88,7 @@ stdenv.mkDerivation {
src = fetchurl {
name = "spotify-${version}-${rev}.snap";
url = "https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_${rev}.snap";
- hash = "sha512-k7aw1QM3NCFkm0tXcHgYyeEBagGFpCL6JdWlFruJszPloiCy5vopOsD4PdqyiSEs0rSUP0rLxX2UBs3XuI5cUA==";
+ hash = "sha512-XQyZbU6dJh87jEdEvks2D0EpMkjPSKROl8kurSaiPs2z4FZ2SxM2DUvHwtKemKKScdTISm3jh6wyHXwPhB8eNQ==";
};
nativeBuildInputs = [ wrapGAppsHook3 makeShellWrapper squashfsTools ];