about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify
diff options
context:
space:
mode:
authorAdel Prokurov <34094162+aprokurov@users.noreply.github.com>2018-06-02 18:56:07 +0300
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-02 17:56:07 +0200
commit44b52c10ea094720fe7d427ee9e38008872a5a3d (patch)
treeabc31c4cd7cb04d0dd931f1c6bdad9fdf1f45cf1 /pkgs/applications/audio/spotify
parent8b5ed12952300846928555b20fc10893f9df3965 (diff)
downloadnixlib-44b52c10ea094720fe7d427ee9e38008872a5a3d.tar
nixlib-44b52c10ea094720fe7d427ee9e38008872a5a3d.tar.gz
nixlib-44b52c10ea094720fe7d427ee9e38008872a5a3d.tar.bz2
nixlib-44b52c10ea094720fe7d427ee9e38008872a5a3d.tar.lz
nixlib-44b52c10ea094720fe7d427ee9e38008872a5a3d.tar.xz
nixlib-44b52c10ea094720fe7d427ee9e38008872a5a3d.tar.zst
nixlib-44b52c10ea094720fe7d427ee9e38008872a5a3d.zip
spotify: 1.0.79.223.g92622cc2-21 -> 1.0.80.480.g51b03ac3-13 (#41356)
Version 1.0.79.223.g92622cc2-21 doesn't exists in [spotify](https://repository-origin.spotify.com/pool/non-free/s/spotify-client/) repository, so i updated it to exists version

Diffstat (limited to 'pkgs/applications/audio/spotify')
-rw-r--r--pkgs/applications/audio/spotify/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 5f6772256cab..b8495465db55 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -7,7 +7,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.79.223.g92622cc2-21";
+  version = "1.0.80.480.g51b03ac3-13";
 
   deps = [
     alsaLib
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
-    sha256 = "1x1rpprzin4cmz1spzw036b4phd0yk1v7idlrcy4pkv97b4g5dw6";
+    sha256 = "e32f4816ae79dbfa0c14086e76df3bc83d526402aac1dbba534127fc00fe50ea";
   };
 
   buildInputs = [ dpkg makeWrapper ];