From 062389b4a6b09a6783729b36b650d690e0ba60c9 Mon Sep 17 00:00:00 2001 From: eeva Date: Mon, 23 Apr 2018 22:53:15 +0300 Subject: [PATCH] Upgrade spotify --- pkgs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index d8c8c09..c86ce5d 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -28,8 +28,8 @@ self: super: spotify = super.spotify.overrideDerivation ( old: { src = super.fetchurl { - url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_amd64.deb"; - sha256 = "0yicwvg6jx8r657ff53326akq3g4ayiinlracjw5jrcs8x9whjap"; + url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.77.338.g758ebd78-41_amd64.deb"; + sha256 = "1971jc0431pl8yixpl37ryl2l0pqdf0xjvkg59nqdwj3vbdx5606"; }; }); nixops = super.nixops.overrideDerivation (