Skip to content

Commit b412c13

Browse files
authored
Merge: spotify: 1.2.45.454.gc16ec9f6 -> 1.2.48.405.gf2c48e6f (#354030)
2 parents e60f521 + 409f723 commit b412c13

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/applications/audio/spotify/linux.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ let
1414
# If an update breaks things, one of those might have valuable info:
1515
# https://aur.archlinux.org/packages/spotify/
1616
# https://community.spotify.com/t5/Desktop-Linux
17-
version = "1.2.45.454.gc16ec9f6";
17+
version = "1.2.48.405.gf2c48e6f";
1818
# To get the latest stable revision:
1919
# curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/spotify?channel=stable' | jq '.download_url,.version,.last_updated'
2020
# To get general information:
2121
# curl -H 'Snap-Device-Series: 16' 'https://api.snapcraft.io/v2/snaps/info/spotify' | jq '.'
2222
# More examples of api usage:
2323
# https://github.com/canonical-websites/snapcraft.io/blob/master/webapp/publisher/snaps/views.py
24-
rev = "79";
24+
rev = "80";
2525

2626
deps = [
2727
alsa-lib
@@ -88,7 +88,7 @@ stdenv.mkDerivation {
8888
src = fetchurl {
8989
name = "spotify-${version}-${rev}.snap";
9090
url = "https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_${rev}.snap";
91-
hash = "sha512-F1Npz/oKCsMKaQx2M5dm1dhWhaSlt8422tpRWnwuk2yjwLWrOYDY2uKYph8YFXfOdS3mV6u5yVlzgFdDqAFmCQ==";
91+
hash = "sha512-Ej9SEhZhssQiH1srcgUW5lQuUNg+htudV7mcnK6o0pW5PiBYZ6qOPEIZ/1tZzD9xkUJ8hCq08fJMB8NQ12KXMg==";
9292
};
9393

9494
nativeBuildInputs = [ wrapGAppsHook3 makeShellWrapper squashfsTools ];
@@ -146,6 +146,7 @@ stdenv.mkDerivation {
146146
147147
rpath="$out/share/spotify:$libdir"
148148
149+
chmod +w "$out/share/spotify/spotify"
149150
patchelf \
150151
--interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
151152
--set-rpath $rpath $out/share/spotify/spotify

0 commit comments

Comments
 (0)