spicetify-cli: 2.37.0 -> 2.37.1

This commit is contained in:
R. Ryantm 2024-08-14 09:46:25 +00:00
parent a42598ad1a
commit b6b0d707a9

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "spicetify-cli";
version = "2.37.0";
version = "2.37.1";
src = fetchFromGitHub {
owner = "spicetify";
repo = "cli";
rev = "v${version}";
hash = "sha256-72HxZnx5TcupTU6bCzuVRXUzR82dA+93WDatbJCsVYM=";
hash = "sha256-YX3Fbeup2xYcaKEm/tQudE7tYsqO2n4BScSIZ8CqVQ4=";
};
vendorHash = "sha256-i3xnf440lslzeDJ4pLLONqw8ACbdkKgPIhlPSuC1Vng=";
vendorHash = "sha256-kv+bMyVOJTztn8mNNTK/kp4nvc5m1I5M041s3nPpob8=";
ldflags = [
"-s -w"