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 Apr 9, 2024
1 parent ebd8b94 commit 89c6f8d
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 @@ -324,7 +324,7 @@
},
"nameThatTuneSrc": {
"cargoLocks": null,
"date": "2024-03-01",
"date": "2024-04-09",
"extract": null,
"name": "nameThatTuneSrc",
"passthru": null,
Expand All @@ -334,12 +334,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "e4c10f655c90a16495d4b1b7e7328eca5e7c00f5",
"sha256": "sha256-amVzSdjj08dbd6nRHJjkgPx+2Kw+pO/QqowXXSig1oU=",
"rev": "ae3249fab524ae87b7e35b709c7babe098d57f42",
"sha256": "sha256-YVdDesk4oDGJeq9670N10vFImp2oBbDJA9KqKnPsS+o=",
"type": "git",
"url": "https://github.com/theRealPadster/name-that-tune"
},
"version": "e4c10f655c90a16495d4b1b7e7328eca5e7c00f5"
"version": "ae3249fab524ae87b7e35b709c7babe098d57f42"
},
"nordSrc": {
"cargoLocks": null,
Expand All @@ -362,7 +362,7 @@
},
"officialSrc": {
"cargoLocks": null,
"date": "2024-04-08",
"date": "2024-04-09",
"extract": null,
"name": "officialSrc",
"passthru": null,
Expand All @@ -372,12 +372,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "445868eeb380b94ea976d39ac8b37c848a23e58d",
"sha256": "sha256-JjDTswNmIbIjbre5E72sAs5NS13JeH2Mq34BoxuwUTs=",
"rev": "c77623b34d7166bbd2049f9e7b67b6ed7591ed80",
"sha256": "sha256-KvVFu0nCp6J5C8XHgd1U3CKmLPuVnWjlx5nocQGO1es=",
"type": "git",
"url": "https://github.com/spicetify/spicetify-cli"
},
"version": "445868eeb380b94ea976d39ac8b37c848a23e58d"
"version": "c77623b34d7166bbd2049f9e7b67b6ed7591ed80"
},
"officialThemes": {
"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 @@ -224,16 +224,16 @@
};
nameThatTuneSrc = {
pname = "nameThatTuneSrc";
version = "e4c10f655c90a16495d4b1b7e7328eca5e7c00f5";
version = "ae3249fab524ae87b7e35b709c7babe098d57f42";
src = fetchgit {
url = "https://github.com/theRealPadster/name-that-tune";
rev = "e4c10f655c90a16495d4b1b7e7328eca5e7c00f5";
rev = "ae3249fab524ae87b7e35b709c7babe098d57f42";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-amVzSdjj08dbd6nRHJjkgPx+2Kw+pO/QqowXXSig1oU=";
sha256 = "sha256-YVdDesk4oDGJeq9670N10vFImp2oBbDJA9KqKnPsS+o=";
};
date = "2024-03-01";
date = "2024-04-09";
};
nordSrc = {
pname = "nordSrc";
Expand All @@ -250,16 +250,16 @@
};
officialSrc = {
pname = "officialSrc";
version = "445868eeb380b94ea976d39ac8b37c848a23e58d";
version = "c77623b34d7166bbd2049f9e7b67b6ed7591ed80";
src = fetchgit {
url = "https://github.com/spicetify/spicetify-cli";
rev = "445868eeb380b94ea976d39ac8b37c848a23e58d";
rev = "c77623b34d7166bbd2049f9e7b67b6ed7591ed80";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-JjDTswNmIbIjbre5E72sAs5NS13JeH2Mq34BoxuwUTs=";
sha256 = "sha256-KvVFu0nCp6J5C8XHgd1U3CKmLPuVnWjlx5nocQGO1es=";
};
date = "2024-04-08";
date = "2024-04-09";
};
officialThemes = {
pname = "officialThemes";
Expand Down

0 comments on commit 89c6f8d

Please sign in to comment.