spicetify-cli: 2.10.1 -> 2.10.2

This commit is contained in:
Leonardo Taglialegne 2022-06-30 00:13:09 +02:00 committed by GitHub
parent 5414474dce
commit d49c491b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "spicetify-cli";
version = "2.10.1";
version = "2.10.2";
src = fetchFromGitHub {
owner = "khanhas";
owner = "spicetify";
repo = pname;
rev = "v${version}";
sha256 = "sha256-d5YuBLCsC7tHSzSa12rUcO0gr5f6gQ2s0wnQ3OMZO3U=";
sha256 = "sha256-chaCz4+RXPUP/MZymxA0h1ATuWYRgru3JMELiWPEBcE=";
};
vendorSha256 = "sha256-zYIbtcDM9iYSRHagvI9D284Y7w0ZxG4Ba1p4jqmQyng=";
@ -25,7 +25,7 @@ buildGoModule rec {
meta = with lib; {
description = "Command-line tool to customize Spotify client";
homepage = "https://github.com/khanhas/spicetify-cli/";
homepage = "https://github.com/spicetify/spicetify-cli/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jonringer ];
};