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 25, 2024
1 parent ee6cd72 commit 7c3d62d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
},
"officialSrc": {
"cargoLocks": null,
"date": "2024-08-24",
"date": "2024-08-25",
"extract": null,
"name": "officialSrc",
"passthru": null,
Expand All @@ -391,13 +391,13 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "78b60fe57c0cf27a8afb6fb5b2c4cbb68c26cf5b",
"sha256": "sha256-SXHLkXOaHtgd4V+nzMbLw9mXZ3HeUbyqlnL7KwiyAXo=",
"rev": "5cee0d43569f04390e0f88a0a910448cfe43b86e",
"sha256": "sha256-MiuQeyFNW0/RNYrJnVSi6Tyo1CSxciUnVytU3Wnug+g=",
"sparseCheckout": [],
"type": "git",
"url": "https://github.com/spicetify/spicetify-cli"
},
"version": "78b60fe57c0cf27a8afb6fb5b2c4cbb68c26cf5b"
"version": "5cee0d43569f04390e0f88a0a910448cfe43b86e"
},
"officialThemes": {
"cargoLocks": null,
Expand Down
8 changes: 4 additions & 4 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -269,17 +269,17 @@
};
officialSrc = {
pname = "officialSrc";
version = "78b60fe57c0cf27a8afb6fb5b2c4cbb68c26cf5b";
version = "5cee0d43569f04390e0f88a0a910448cfe43b86e";
src = fetchgit {
url = "https://github.com/spicetify/spicetify-cli";
rev = "78b60fe57c0cf27a8afb6fb5b2c4cbb68c26cf5b";
rev = "5cee0d43569f04390e0f88a0a910448cfe43b86e";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
sha256 = "sha256-SXHLkXOaHtgd4V+nzMbLw9mXZ3HeUbyqlnL7KwiyAXo=";
sha256 = "sha256-MiuQeyFNW0/RNYrJnVSi6Tyo1CSxciUnVytU3Wnug+g=";
};
date = "2024-08-24";
date = "2024-08-25";
};
officialThemes = {
pname = "officialThemes";
Expand Down

0 comments on commit 7c3d62d

Please sign in to comment.