Skip to content

Commit

Permalink
Bump Spicetify Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
A1ca7raz authored and github-actions[bot] committed Aug 29, 2024
1 parent e6b938c commit dd79e9f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"comfySrc": {
"cargoLocks": null,
"date": "2024-08-25",
"date": "2024-08-28",
"extract": null,
"name": "comfySrc",
"passthru": null,
Expand All @@ -91,13 +91,13 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "9c1973344687e51f2962b962dd6b83dd000d98b7",
"sha256": "sha256-pwEJK1385ve997uRKmtVZJUTDE6ta2idISPiiYNtDRI=",
"rev": "3ba4372763bc3d325cee9647fb33b3592b4368dc",
"sha256": "sha256-9zpepz8Iy9GStL25P3/2x/GTHhSXcY9AYcp2eVEQX4E=",
"sparseCheckout": [],
"type": "git",
"url": "https://github.com/Comfy-Themes/Spicetify"
},
"version": "9c1973344687e51f2962b962dd6b83dd000d98b7"
"version": "3ba4372763bc3d325cee9647fb33b3592b4368dc"
},
"customAppsExtensionsSrc": {
"cargoLocks": null,
Expand Down Expand Up @@ -141,7 +141,7 @@
},
"defaultDynamicSrc": {
"cargoLocks": null,
"date": "2024-07-18",
"date": "2024-08-29",
"extract": null,
"name": "defaultDynamicSrc",
"passthru": null,
Expand All @@ -151,13 +151,13 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "4e4e49b31d8a28dc74cde845e586b8ab5f1c1965",
"sha256": "sha256-UmIofovg/R4ug+AsuB9UJcuVXRqbs7Y3iOlwvFlfx2w=",
"rev": "74da3036580159133c6e4777c9b70efa9eae8dfb",
"sha256": "sha256-VGaws9hbfQhpV2i6cII708P0HaSPsWcakgoFYOmig/Y=",
"sparseCheckout": [],
"type": "git",
"url": "https://github.com/JulienMaille/spicetify-dynamic-theme"
},
"version": "4e4e49b31d8a28dc74cde845e586b8ab5f1c1965"
"version": "74da3036580159133c6e4777c9b70efa9eae8dfb"
},
"draculaSrc": {
"cargoLocks": null,
Expand Down
16 changes: 8 additions & 8 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
};
comfySrc = {
pname = "comfySrc";
version = "9c1973344687e51f2962b962dd6b83dd000d98b7";
version = "3ba4372763bc3d325cee9647fb33b3592b4368dc";
src = fetchgit {
url = "https://github.com/Comfy-Themes/Spicetify";
rev = "9c1973344687e51f2962b962dd6b83dd000d98b7";
rev = "3ba4372763bc3d325cee9647fb33b3592b4368dc";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
sha256 = "sha256-pwEJK1385ve997uRKmtVZJUTDE6ta2idISPiiYNtDRI=";
sha256 = "sha256-9zpepz8Iy9GStL25P3/2x/GTHhSXcY9AYcp2eVEQX4E=";
};
date = "2024-08-25";
date = "2024-08-28";
};
customAppsExtensionsSrc = {
pname = "customAppsExtensionsSrc";
Expand Down Expand Up @@ -101,17 +101,17 @@
};
defaultDynamicSrc = {
pname = "defaultDynamicSrc";
version = "4e4e49b31d8a28dc74cde845e586b8ab5f1c1965";
version = "74da3036580159133c6e4777c9b70efa9eae8dfb";
src = fetchgit {
url = "https://github.com/JulienMaille/spicetify-dynamic-theme";
rev = "4e4e49b31d8a28dc74cde845e586b8ab5f1c1965";
rev = "74da3036580159133c6e4777c9b70efa9eae8dfb";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
sha256 = "sha256-UmIofovg/R4ug+AsuB9UJcuVXRqbs7Y3iOlwvFlfx2w=";
sha256 = "sha256-VGaws9hbfQhpV2i6cII708P0HaSPsWcakgoFYOmig/Y=";
};
date = "2024-07-18";
date = "2024-08-29";
};
draculaSrc = {
pname = "draculaSrc";
Expand Down

0 comments on commit dd79e9f

Please sign in to comment.