spotify: 1.2.60.564.gcc6305cb -> 1.2.63.394.g126b0d89

R. Ryantm 693c88b6 7b38f24f

+3 -3
+3 -3
pkgs/by-name/sp/spotify/linux.nix
··· 105 105 # If an update breaks things, one of those might have valuable info: 106 106 # https://aur.archlinux.org/packages/spotify/ 107 107 # https://community.spotify.com/t5/Desktop-Linux 108 - version = "1.2.60.564.gcc6305cb"; 108 + version = "1.2.63.394.g126b0d89"; 109 109 110 110 # To get the latest stable revision: 111 111 # curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/spotify?channel=stable' | jq '.download_url,.version,.last_updated' ··· 113 113 # curl -H 'Snap-Device-Series: 16' 'https://api.snapcraft.io/v2/snaps/info/spotify' | jq '.' 114 114 # More examples of api usage: 115 115 # https://github.com/canonical-websites/snapcraft.io/blob/master/webapp/publisher/snaps/views.py 116 - rev = "87"; 116 + rev = "88"; 117 117 118 118 # fetch from snapcraft instead of the debian repository most repos fetch from. 119 119 # That is a bit more cumbersome. But the debian repository only keeps the last ··· 126 126 src = fetchurl { 127 127 name = "spotify-${finalAttrs.version}-${finalAttrs.rev}.snap"; 128 128 url = "https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_${finalAttrs.rev}.snap"; 129 - hash = "sha512-hdJOko/0EHkPiNgWO+WB3nP+0MO9D2fxgM/X/Ri6fM1ODJxz3XYY84Xf2Ru6iGqdA9XUNRcd/qi+Gfaj9Ez0Ug=="; 129 + hash = "sha512-3Jk2YDXSKGJ8hGATGMt8KbOQul1VK/YApmq5j/BWBPjzRVn/j9etzIsYMWCFjpWf4KSvlrZnKuq3gL6SRyDsUA=="; 130 130 }; 131 131 132 132 nativeBuildInputs = [