From 7bc711e0a7a2353b5c2894bc314f475edf70091f Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 2 Sep 2016 07:26:20 -0500 Subject: [PATCH] spotify: 1.0.36 -> 1.0.37 --- pkgs/applications/audio/spotify/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix index 0cd5c199751..a5f5ac9d93a 100644 --- a/pkgs/applications/audio/spotify/default.nix +++ b/pkgs/applications/audio/spotify/default.nix @@ -5,7 +5,8 @@ assert stdenv.system == "x86_64-linux"; let - version = "1.0.36.120.g536a862f-20"; + # Please update the stable branch! + version = "1.0.37.152.gc83ea995-42"; deps = [ alsaLib @@ -50,7 +51,7 @@ stdenv.mkDerivation { src = fetchurl { url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb"; - sha256 = "03r4hz4x4f3zmp6dsv1n72y5q01d7mfqvaaxqvd587a5561gahf0"; + sha256 = "00hd5q3cn9dzgphkpswd5y06k9phiqhhmb3frwdkcnb1d4pnp9cx"; }; buildInputs = [ dpkg makeWrapper ];