We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 867b0fd commit 61da89bCopy full SHA for 61da89b
pkgs/applications/audio/spotify/default.nix
@@ -9,7 +9,7 @@ let
9
# Latest version number can be found at:
10
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
11
# Be careful not to pick the testing version.
12
- version = "1.0.64.407.g9bd02c2d-26";
+ version = "1.0.69.336.g7edcc575-39";
13
14
deps = [
15
alsaLib
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
54
55
src = fetchurl {
56
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
57
- sha256 = "0zc8vclf1wx60yllc1jgzhqyv5lkwz95qmmy5f79zkj6vrdak5wc";
+ sha256 = "0bh2q7g478g7wj661fypxcbhrbq87zingfyigg7rz1shgsgwc3gd";
58
};
59
60
buildInputs = [ dpkg makeWrapper ];
0 commit comments