mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
This commit is contained in:
parent
2784bd7168
commit
cd490dc619
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.64.401.g9d720389-21";
|
||||
version = "1.0.64.407.g9bd02c2d-26";
|
||||
|
||||
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 = "026khnz7n66mj94yr33690pmjm3pz1nsy38xggsyr5gldf1chsfc";
|
||||
sha256 = "0zc8vclf1wx60yllc1jgzhqyv5lkwz95qmmy5f79zkj6vrdak5wc";
|
||||
};
|
||||
|
||||
buildInputs = [ dpkg makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue