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 46a2da8 commit b7290d3Copy full SHA for b7290d3
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.53.758.gde3fc4b2-33";
+ version = "1.0.55.487.g256699aa-16";
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 = "1sh6bv23yx0fcbmf60c2yyi6411ij85k4jalpjlck2w26nfj1b3g";
+ sha256 = "09rhm0jp5prcvyf8zpw4pl422yiy8nkazcjc3lv61ngpznk3n1r0";
57
};
58
59
buildInputs = [ dpkg makeWrapper ];
0 commit comments