Skip to content

Commit 2debd4e

Browse files
authored
Merge: spotify: 1.2.48.405.gf2c48e6f -> 1.2.59.514.g834e17d4; fix update script (#400943)
2 parents 0acc85b + 0c3b9eb commit 2debd4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/sp/spotify/linux.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ let
5252
# If an update breaks things, one of those might have valuable info:
5353
# https://aur.archlinux.org/packages/spotify/
5454
# https://community.spotify.com/t5/Desktop-Linux
55-
version = "1.2.48.405.gf2c48e6f";
55+
version = "1.2.59.514.g834e17d4";
5656
# To get the latest stable revision:
5757
# curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/spotify?channel=stable' | jq '.download_url,.version,.last_updated'
5858
# To get general information:
5959
# curl -H 'Snap-Device-Series: 16' 'https://api.snapcraft.io/v2/snaps/info/spotify' | jq '.'
6060
# More examples of api usage:
6161
# https://github.com/canonical-websites/snapcraft.io/blob/master/webapp/publisher/snaps/views.py
62-
rev = "80";
62+
rev = "86";
6363

6464
deps = [
6565
alsa-lib
@@ -126,7 +126,7 @@ stdenv.mkDerivation {
126126
src = fetchurl {
127127
name = "spotify-${version}-${rev}.snap";
128128
url = "https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_${rev}.snap";
129-
hash = "sha512-Ej9SEhZhssQiH1srcgUW5lQuUNg+htudV7mcnK6o0pW5PiBYZ6qOPEIZ/1tZzD9xkUJ8hCq08fJMB8NQ12KXMg==";
129+
hash = "sha512-b9VlPwZ6JJ7Kt2p0ji1qtTJQHZE9d4KBO3iqQwsYh6k+ljtV/mSdinZi+B//Yb+KXhMErd0oaVzIpCCMqft6FQ==";
130130
};
131131

132132
nativeBuildInputs = [

pkgs/by-name/sp/spotify/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
channel="${1:-stable}" # stable/candidate/edge
2222
nixpkgs="$(git rev-parse --show-toplevel)"
23-
spotify_nix="$nixpkgs/pkgs/applications/audio/spotify/linux.nix"
23+
spotify_nix="$nixpkgs/pkgs/by-name/sp/spotify/linux.nix"
2424

2525

2626
#

0 commit comments

Comments
 (0)