diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-06-24 15:37:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 15:37:33 +0800 |
| commit | 3b97ff6e3a60619f1f3b9a1a72d21db2668bbcb9 (patch) | |
| tree | 4e2b3a32395c1cc750b61bd80b5784f751b86543 | |
| parent | Merge pull request #239423 from NixOS/backport-239230-to-release-23.05 (diff) | |
| parent | spotify: 1.2.9.743.g85d9593d -> 1.2.11.916.geb595a67 (diff) | |
| download | nixpkgs-3b97ff6e3a60619f1f3b9a1a72d21db2668bbcb9.tar.gz | |
Merge pull request #238676 from NixOS/backport-238312-to-release-23.05
[Backport release-23.05] spotify: 1.2.9.743.g85d9593d -> 1.2.11.916.geb595a67
| -rw-r--r-- | pkgs/applications/audio/spotify/linux.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/spotify/linux.nix b/pkgs/applications/audio/spotify/linux.nix index 0a5e368384d9..117d2325ce36 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.9.743.g85d9593d"; + version = "1.2.11.916.geb595a67"; # 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 = "64"; + rev = "67"; deps = [ alsa-lib @@ -84,7 +84,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 = "5e8f4a1901c26e9bb5986e048226d8a15f5bc4c2acf16b20a404f228ef142e4d21c6a88a4a54c8d9e654ba5b15cb1fea1cdc50c21fbe8e3c374e241a44adf12d"; + sha512 = "3d5a9fda88a076a22bb6d0b6b586334865f03a4e852ca8e022468e3dd3520a81dea314721e26e54ba9309603e08f66588f005ee8970e73eccbf805ff70e89dca"; }; nativeBuildInputs = [ wrapGAppsHook makeShellWrapper squashfsTools ]; |
