Commit 178c3231 authored by Eelco Dolstra's avatar Eelco Dolstra Committed by GitHub
Browse files

Merge pull request #20310 from jnsaff/master

Fixed unavailable Spotify version
parents 7a301ee6 1414170e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ assert stdenv.system == "x86_64-linux";

let
  # Please update the stable branch!
  version = "1.0.38.171.g5e1cd7b2-22";
  version = "1.0.42.151.g19de0aa6-74";

  deps = [
    alsaLib
@@ -51,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 = "0mhrbcw92g11czwcclnbwz1pk1jgap4xlya7dqsrcyb50azmv450";
      sha256 = "905c0c87091855c9d5d354ebeca9fb3951ff60c08f0dfc1c1898bf66cc8acd15";
    };

  buildInputs = [ dpkg makeWrapper ];