Merge pull request #179632 from miniBill/patch-1

spicetify-cli: 2.10.1 -> 2.10.2
This commit is contained in:
Mario Rodas 2022-07-01 00:16:51 -05:00 committed by GitHub
commit 917d51e7b5
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 ];
};