Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit db6490f

Browse files
honnipgithub-actions[bot]
authored andcommitted
Bump Spicetify Packages
1 parent 8e45503 commit db6490f

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Diff for: pkgs/_sources/generated.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
},
154154
"defaultDynamicSrc": {
155155
"cargoLocks": null,
156-
"date": "2024-04-24",
156+
"date": "2024-04-28",
157157
"extract": null,
158158
"name": "defaultDynamicSrc",
159159
"passthru": null,
@@ -163,12 +163,12 @@
163163
"fetchSubmodules": false,
164164
"leaveDotGit": false,
165165
"name": null,
166-
"rev": "e57ba3ee00cb005021cfdcbe530e113f7a176b3f",
167-
"sha256": "sha256-6W99VnYhd0XRTOFI5hSAjIthL7KiFCVnCErcUzfdIiI=",
166+
"rev": "ebb53549036802f51f4872e6a2c5dbafd9b37466",
167+
"sha256": "sha256-AhNg2pXoRxKVAihs49CRgp8qJ+JxLuCoRVVypRcYTf4=",
168168
"type": "git",
169169
"url": "https://github.com/JulienMaille/spicetify-dynamic-theme"
170170
},
171-
"version": "e57ba3ee00cb005021cfdcbe530e113f7a176b3f"
171+
"version": "ebb53549036802f51f4872e6a2c5dbafd9b37466"
172172
},
173173
"draculaSrc": {
174174
"cargoLocks": null,
@@ -191,7 +191,7 @@
191191
},
192192
"fluentSrc": {
193193
"cargoLocks": null,
194-
"date": "2022-12-11",
194+
"date": "2024-04-27",
195195
"extract": null,
196196
"name": "fluentSrc",
197197
"passthru": null,
@@ -201,12 +201,12 @@
201201
"fetchSubmodules": false,
202202
"leaveDotGit": false,
203203
"name": null,
204-
"rev": "772cd8491105d679c7d3d1ff3f927b4a3dbb0e62",
205-
"sha256": "sha256-IrSIW0tVLvu9k2QMzkT8yFhmghOhIT7PfdTie8D7tL8=",
204+
"rev": "38b0257ea8cd4067fe0cdb840b8f9fd611fddf56",
205+
"sha256": "sha256-PSlBFjbb2sscS/uz6izVlVIaLo0OoO3rM9zfqHXKNxI=",
206206
"type": "git",
207207
"url": "https://github.com/williamckha/spicetify-fluent"
208208
},
209-
"version": "772cd8491105d679c7d3d1ff3f927b4a3dbb0e62"
209+
"version": "38b0257ea8cd4067fe0cdb840b8f9fd611fddf56"
210210
},
211211
"groupSessionSrc": {
212212
"cargoLocks": null,
@@ -381,7 +381,7 @@
381381
},
382382
"officialSrc": {
383383
"cargoLocks": null,
384-
"date": "2024-04-23",
384+
"date": "2024-04-27",
385385
"extract": null,
386386
"name": "officialSrc",
387387
"passthru": null,
@@ -391,12 +391,12 @@
391391
"fetchSubmodules": false,
392392
"leaveDotGit": false,
393393
"name": null,
394-
"rev": "49d5cbd5288cee6eff090301736594c0eb2e2525",
395-
"sha256": "sha256-gG/go5evS3vgQ4Gce5bBaNL8PJflwSPB+aPBIX5dIlw=",
394+
"rev": "205a28bea4adbf43fef1ab3af51bd0c0cefc4c71",
395+
"sha256": "sha256-rIsjGIOL7o6FqSVkL9vtaQLte6i8wrJn+vOPsVrZhQQ=",
396396
"type": "git",
397397
"url": "https://github.com/spicetify/spicetify-cli"
398398
},
399-
"version": "49d5cbd5288cee6eff090301736594c0eb2e2525"
399+
"version": "205a28bea4adbf43fef1ab3af51bd0c0cefc4c71"
400400
},
401401
"officialThemes": {
402402
"cargoLocks": null,

Diff for: pkgs/_sources/generated.nix

+12-12
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@
107107
};
108108
defaultDynamicSrc = {
109109
pname = "defaultDynamicSrc";
110-
version = "e57ba3ee00cb005021cfdcbe530e113f7a176b3f";
110+
version = "ebb53549036802f51f4872e6a2c5dbafd9b37466";
111111
src = fetchgit {
112112
url = "https://github.com/JulienMaille/spicetify-dynamic-theme";
113-
rev = "e57ba3ee00cb005021cfdcbe530e113f7a176b3f";
113+
rev = "ebb53549036802f51f4872e6a2c5dbafd9b37466";
114114
fetchSubmodules = false;
115115
deepClone = false;
116116
leaveDotGit = false;
117-
sha256 = "sha256-6W99VnYhd0XRTOFI5hSAjIthL7KiFCVnCErcUzfdIiI=";
117+
sha256 = "sha256-AhNg2pXoRxKVAihs49CRgp8qJ+JxLuCoRVVypRcYTf4=";
118118
};
119-
date = "2024-04-24";
119+
date = "2024-04-28";
120120
};
121121
draculaSrc = {
122122
pname = "draculaSrc";
@@ -133,16 +133,16 @@
133133
};
134134
fluentSrc = {
135135
pname = "fluentSrc";
136-
version = "772cd8491105d679c7d3d1ff3f927b4a3dbb0e62";
136+
version = "38b0257ea8cd4067fe0cdb840b8f9fd611fddf56";
137137
src = fetchgit {
138138
url = "https://github.com/williamckha/spicetify-fluent";
139-
rev = "772cd8491105d679c7d3d1ff3f927b4a3dbb0e62";
139+
rev = "38b0257ea8cd4067fe0cdb840b8f9fd611fddf56";
140140
fetchSubmodules = false;
141141
deepClone = false;
142142
leaveDotGit = false;
143-
sha256 = "sha256-IrSIW0tVLvu9k2QMzkT8yFhmghOhIT7PfdTie8D7tL8=";
143+
sha256 = "sha256-PSlBFjbb2sscS/uz6izVlVIaLo0OoO3rM9zfqHXKNxI=";
144144
};
145-
date = "2022-12-11";
145+
date = "2024-04-27";
146146
};
147147
groupSessionSrc = {
148148
pname = "groupSessionSrc";
@@ -263,16 +263,16 @@
263263
};
264264
officialSrc = {
265265
pname = "officialSrc";
266-
version = "49d5cbd5288cee6eff090301736594c0eb2e2525";
266+
version = "205a28bea4adbf43fef1ab3af51bd0c0cefc4c71";
267267
src = fetchgit {
268268
url = "https://github.com/spicetify/spicetify-cli";
269-
rev = "49d5cbd5288cee6eff090301736594c0eb2e2525";
269+
rev = "205a28bea4adbf43fef1ab3af51bd0c0cefc4c71";
270270
fetchSubmodules = false;
271271
deepClone = false;
272272
leaveDotGit = false;
273-
sha256 = "sha256-gG/go5evS3vgQ4Gce5bBaNL8PJflwSPB+aPBIX5dIlw=";
273+
sha256 = "sha256-rIsjGIOL7o6FqSVkL9vtaQLte6i8wrJn+vOPsVrZhQQ=";
274274
};
275-
date = "2024-04-23";
275+
date = "2024-04-27";
276276
};
277277
officialThemes = {
278278
pname = "officialThemes";

0 commit comments

Comments
 (0)