We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 632f045 + 19fc3e5 commit 53fd442Copy full SHA for 53fd442
pkgs/by-name/sp/spicetify-cli/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "spicetify-cli";
11
- version = "2.38.9";
+ version = "2.39.3";
12
13
src = fetchFromGitHub {
14
owner = "spicetify";
15
repo = "cli";
16
rev = "v${version}";
17
- hash = "sha256-aNDZZzSqVBom499mx6OZlZbeS6UvWJCKs3003TpWITo=";
+ hash = "sha256-w4wrXgrsUNO3dUfzgx1Xua2heyrfxLFXB1hGwOcNAEs=";
18
};
19
20
- vendorHash = "sha256-a6lAVBUoSTqHnAKKvW+egmtupsuy0uB/XGtBaljju1I=";
+ vendorHash = "sha256-3U/qV81UXS/Xh3K6OnMUyRKeMSBQUHLP64EOQl6TfMY=";
21
22
ldflags = [
23
"-s -w"
0 commit comments