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 Nov 19, 2024
1 parent 74380bf commit 349db23
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 @@ -121,7 +121,7 @@
},
"dakshExtensions": {
"cargoLocks": null,
"date": "2024-10-19",
"date": "2024-11-19",
"extract": null,
"name": "dakshExtensions",
"passthru": null,
Expand All @@ -131,13 +131,13 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "4f481c052d5cf2b568c052a7f8caed9bfe5f7483",
"sha256": "sha256-IFsmIsWLuczqr/TYMTZtEbE3wR+kprusLnfQrweBorg=",
"rev": "9ee7cc54827a6baf09fa0839f6eb268de892adac",
"sha256": "sha256-TBNzAf+0PiIUwveBAQgWFMeKqZDRWe/v1F8MXunL9Vc=",
"sparseCheckout": [],
"type": "git",
"url": "https://github.com/daksh2k/Spicetify-stuff"
},
"version": "4f481c052d5cf2b568c052a7f8caed9bfe5f7483"
"version": "9ee7cc54827a6baf09fa0839f6eb268de892adac"
},
"defaultDynamicSrc": {
"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 @@ -87,17 +87,17 @@
};
dakshExtensions = {
pname = "dakshExtensions";
version = "4f481c052d5cf2b568c052a7f8caed9bfe5f7483";
version = "9ee7cc54827a6baf09fa0839f6eb268de892adac";
src = fetchgit {
url = "https://github.com/daksh2k/Spicetify-stuff";
rev = "4f481c052d5cf2b568c052a7f8caed9bfe5f7483";
rev = "9ee7cc54827a6baf09fa0839f6eb268de892adac";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
sha256 = "sha256-IFsmIsWLuczqr/TYMTZtEbE3wR+kprusLnfQrweBorg=";
sha256 = "sha256-TBNzAf+0PiIUwveBAQgWFMeKqZDRWe/v1F8MXunL9Vc=";
};
date = "2024-10-19";
date = "2024-11-19";
};
defaultDynamicSrc = {
pname = "defaultDynamicSrc";
Expand Down

0 comments on commit 349db23

Please sign in to comment.