mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #14273 from bradediger/spotify
spotify: 1.0.25.127 -> 1.0.26.125
This commit is contained in:
commit
8222b610cd
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
assert stdenv.system == "x86_64-linux";
|
||||
|
||||
let
|
||||
version = "1.0.25.127.g58007b4c-22";
|
||||
version = "1.0.26.125.g64dc8bc6-14";
|
||||
|
||||
deps = [
|
||||
alsaLib
|
||||
|
@ -50,7 +50,7 @@ stdenv.mkDerivation {
|
|||
src =
|
||||
fetchurl {
|
||||
url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
|
||||
sha256 = "1fxps0ls0g4idw10la3qrpmp2jn85lkm3xj4nam4ycx0jj8g1v2p";
|
||||
sha256 = "09wanpml2a6k8asfc0pd56n7fia37amgsplsan1qdh6dwdzr3rv5";
|
||||
};
|
||||
|
||||
buildInputs = [ dpkg makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue