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 c841128 commit 916970fCopy full SHA for 916970f
pkgs/applications/audio/spotify/default.nix
@@ -8,7 +8,7 @@ let
8
# Please update the stable branch!
9
# Latest version number can be found at:
10
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
11
- version = "1.0.55.487.g256699aa-16";
+ version = "1.0.57.474.gca9c9538-30";
12
13
deps = [
14
alsaLib
@@ -53,7 +53,7 @@ stdenv.mkDerivation {
53
54
src = fetchurl {
55
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
56
- sha256 = "09rhm0jp5prcvyf8zpw4pl422yiy8nkazcjc3lv61ngpznk3n1r0";
+ sha256 = "fe46f2084c45c756bee366f744d2821d79e82866b19942e30bb2a20c1e597437";
57
};
58
59
buildInputs = [ dpkg makeWrapper ];
0 commit comments