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 2, 2024
1 parent 9d633aa commit 2ec231e
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 @@ -221,7 +221,7 @@
},
"hidePodcastsSrc": {
"cargoLocks": null,
"date": "2024-10-03",
"date": "2024-11-01",
"extract": null,
"name": "hidePodcastsSrc",
"passthru": null,
Expand All @@ -231,13 +231,13 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "543317437791dd44ee083fe21c3b4885f0cb33a7",
"sha256": "sha256-p0Sx1/+lt+4V7k2e3HtSYKlqLFIOii70013HMlNN0xk=",
"rev": "afce18ad464a26c597ccf364898c1e89659471f2",
"sha256": "sha256-sEm59ar/Tw2/MahEZbZu1Hr1dZEARcqFR/VIf66NcQY=",
"sparseCheckout": [],
"type": "git",
"url": "https://github.com/theRealPadster/spicetify-hide-podcasts"
},
"version": "543317437791dd44ee083fe21c3b4885f0cb33a7"
"version": "afce18ad464a26c597ccf364898c1e89659471f2"
},
"historySrc": {
"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 @@ -157,17 +157,17 @@
};
hidePodcastsSrc = {
pname = "hidePodcastsSrc";
version = "543317437791dd44ee083fe21c3b4885f0cb33a7";
version = "afce18ad464a26c597ccf364898c1e89659471f2";
src = fetchgit {
url = "https://github.com/theRealPadster/spicetify-hide-podcasts";
rev = "543317437791dd44ee083fe21c3b4885f0cb33a7";
rev = "afce18ad464a26c597ccf364898c1e89659471f2";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
sha256 = "sha256-p0Sx1/+lt+4V7k2e3HtSYKlqLFIOii70013HMlNN0xk=";
sha256 = "sha256-sEm59ar/Tw2/MahEZbZu1Hr1dZEARcqFR/VIf66NcQY=";
};
date = "2024-10-03";
date = "2024-11-01";
};
historySrc = {
pname = "historySrc";
Expand Down

0 comments on commit 2ec231e

Please sign in to comment.