spotify-unwrapped: 1.1.68.632.g2b11de83 -> 1.1.72.439.gc253025e

+3 -3
+3 -3
pkgs/applications/audio/spotify/default.nix
··· 10 # If an update breaks things, one of those might have valuable info: 11 # https://aur.archlinux.org/packages/spotify/ 12 # https://community.spotify.com/t5/Desktop-Linux 13 - version = "1.1.68.632.g2b11de83"; 14 # To get the latest stable revision: 15 # curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/spotify?channel=stable' | jq '.download_url,.version,.last_updated' 16 # To get general information: 17 # curl -H 'Snap-Device-Series: 16' 'https://api.snapcraft.io/v2/snaps/info/spotify' | jq '.' 18 # More examples of api usage: 19 # https://github.com/canonical-websites/snapcraft.io/blob/master/webapp/publisher/snaps/views.py 20 - rev = "53"; 21 22 deps = [ 23 alsa-lib ··· 80 # https://community.spotify.com/t5/Desktop-Linux/Redistribute-Spotify-on-Linux-Distributions/td-p/1695334 81 src = fetchurl { 82 url = "https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_${rev}.snap"; 83 - sha512 = "ed991691c99fe97ed9ff5d0f5cc9a8883c176fa3b3054293c37d545abbb895c6260afdf1c8c0828d62c36ea7ab384e166b6151effb4614c93e4fa712319a08a3"; 84 }; 85 86 nativeBuildInputs = [ makeWrapper wrapGAppsHook squashfsTools ];
··· 10 # If an update breaks things, one of those might have valuable info: 11 # https://aur.archlinux.org/packages/spotify/ 12 # https://community.spotify.com/t5/Desktop-Linux 13 + version = "1.1.72.439.gc253025e"; 14 # To get the latest stable revision: 15 # curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/spotify?channel=stable' | jq '.download_url,.version,.last_updated' 16 # To get general information: 17 # curl -H 'Snap-Device-Series: 16' 'https://api.snapcraft.io/v2/snaps/info/spotify' | jq '.' 18 # More examples of api usage: 19 # https://github.com/canonical-websites/snapcraft.io/blob/master/webapp/publisher/snaps/views.py 20 + rev = "56"; 21 22 deps = [ 23 alsa-lib ··· 80 # https://community.spotify.com/t5/Desktop-Linux/Redistribute-Spotify-on-Linux-Distributions/td-p/1695334 81 src = fetchurl { 82 url = "https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_${rev}.snap"; 83 + sha512 = "b2bd3d49a18dfebaa4660f9c39d11d57fb80a4ef15ec7b7973e3cc07be74f74aebd2d8c66360d79fe778244c533ed02f9dfca4085f99aae0e5faae7c003ba4ef"; 84 }; 85 86 nativeBuildInputs = [ makeWrapper wrapGAppsHook squashfsTools ];