mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
spotify: 1.0.77.338.g758ebd78-41 -> 1.0.79.223.g92622cc2-21
This commit is contained in:
parent
a3bdff3da9
commit
6cd06ae05b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ let
|
|||
# Latest version number can be found at:
|
||||
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
|
||||
# Be careful not to pick the testing version.
|
||||
version = "1.0.77.338.g758ebd78-41";
|
||||
version = "1.0.79.223.g92622cc2-21";
|
||||
|
||||
deps = [
|
||||
alsaLib
|
||||
|
@ -54,7 +54,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
|
||||
sha256 = "1971jc0431pl8yixpl37ryl2l0pqdf0xjvkg59nqdwj3vbdx5606";
|
||||
sha256 = "1x1rpprzin4cmz1spzw036b4phd0yk1v7idlrcy4pkv97b4g5dw6";
|
||||
};
|
||||
|
||||
buildInputs = [ dpkg makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue