Merge pull request #239345 from mdarocha/spicetify-update

spicetify-cli: 2.20.0 -> 2.20.1
This commit is contained in:
figsoda
2023-06-23 10:57:47 -04:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "spicetify-cli";
version = "2.20.0";
version = "2.20.1";
src = fetchFromGitHub {
owner = "spicetify";
repo = "spicetify-cli";
rev = "v${version}";
hash = "sha256-6pOFDQqzxA1eHI66BHL9Yst1PtGyJzhmFveCErBA2pU=";
hash = "sha256-VcTvtB/q4+n4DlYG8/QQ014Yqn+pmXoRyZx4Ldwu7Lc=";
};
vendorHash = "sha256-g0SuXDzYjg0mGzeDuB2tQnVnDmTiL5vw0r9QWSgIs3Q=";
vendorHash = "sha256-61j3HVDe6AbXpdmxhQQctv4C2hNBK/rWvZeC+KtISKY=";
ldflags = [
"-s -w"
@@ -37,6 +37,6 @@ buildGoModule rec {
description = "Command-line tool to customize Spotify client";
homepage = "https://github.com/spicetify/spicetify-cli/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jonringer ];
maintainers = with maintainers; [ jonringer mdarocha ];
};
}