Skip to content

Commit

Permalink
sources.nix: Update
Browse files Browse the repository at this point in the history
ohmyzsh: f6cd6a776993b584f4abbdd204c6e4011b7d2f93 → 1514145a09140425b914e9cd98fc1d638a8c4003
edopro: 9cd08442fd759b7545aceb4702638be0ae4a8398 → 1c42a5a753f78515a0a8455bd017bdea63ec48f7
  • Loading branch information
TLATER committed Sep 21, 2024
1 parent e379c63 commit 5983be0
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 @@ -56,7 +56,7 @@
},
"edopro": {
"cargoLocks": null,
"date": "2024-09-13",
"date": "2024-09-18",
"extract": null,
"name": "edopro",
"passthru": null,
Expand All @@ -68,11 +68,11 @@
"name": null,
"owner": "edo9300",
"repo": "edopro",
"rev": "9cd08442fd759b7545aceb4702638be0ae4a8398",
"sha256": "sha256-KTYRuD1WWBhNWpIpLCZLIu0U3t9fE6kKFy//UGz7njk=",
"rev": "1c42a5a753f78515a0a8455bd017bdea63ec48f7",
"sha256": "sha256-B4uyp9IsdhlYMZAP3IjujAkvUPmpG/nqAHO7GGYDaHM=",
"type": "github"
},
"version": "9cd08442fd759b7545aceb4702638be0ae4a8398"
"version": "1c42a5a753f78515a0a8455bd017bdea63ec48f7"
},
"edopro-assets": {
"cargoLocks": null,
Expand Down Expand Up @@ -190,7 +190,7 @@
},
"ohmyzsh": {
"cargoLocks": null,
"date": "2024-09-10",
"date": "2024-09-19",
"extract": null,
"name": "ohmyzsh",
"passthru": null,
Expand All @@ -202,11 +202,11 @@
"name": null,
"owner": "ohmyzsh",
"repo": "ohmyzsh",
"rev": "f6cd6a776993b584f4abbdd204c6e4011b7d2f93",
"sha256": "sha256-DmEeorRfYdGTbXchxnzvr/iLgMx1DJMUmkYNMwjXqBM=",
"rev": "1514145a09140425b914e9cd98fc1d638a8c4003",
"sha256": "sha256-F/SvOTDxfNI4ekdjXCmMlwiJyy8lzQH6Q27oApfHQe4=",
"type": "github"
},
"version": "f6cd6a776993b584f4abbdd204c6e4011b7d2f93"
"version": "1514145a09140425b914e9cd98fc1d638a8c4003"
},
"phosphor-icons": {
"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 @@ -33,15 +33,15 @@
};
edopro = {
pname = "edopro";
version = "9cd08442fd759b7545aceb4702638be0ae4a8398";
version = "1c42a5a753f78515a0a8455bd017bdea63ec48f7";
src = fetchFromGitHub {
owner = "edo9300";
repo = "edopro";
rev = "9cd08442fd759b7545aceb4702638be0ae4a8398";
rev = "1c42a5a753f78515a0a8455bd017bdea63ec48f7";
fetchSubmodules = true;
sha256 = "sha256-KTYRuD1WWBhNWpIpLCZLIu0U3t9fE6kKFy//UGz7njk=";
sha256 = "sha256-B4uyp9IsdhlYMZAP3IjujAkvUPmpG/nqAHO7GGYDaHM=";
};
date = "2024-09-13";
date = "2024-09-18";
};
edopro-assets = {
pname = "edopro-assets";
Expand Down Expand Up @@ -110,15 +110,15 @@
};
ohmyzsh = {
pname = "ohmyzsh";
version = "f6cd6a776993b584f4abbdd204c6e4011b7d2f93";
version = "1514145a09140425b914e9cd98fc1d638a8c4003";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "f6cd6a776993b584f4abbdd204c6e4011b7d2f93";
rev = "1514145a09140425b914e9cd98fc1d638a8c4003";
fetchSubmodules = false;
sha256 = "sha256-DmEeorRfYdGTbXchxnzvr/iLgMx1DJMUmkYNMwjXqBM=";
sha256 = "sha256-F/SvOTDxfNI4ekdjXCmMlwiJyy8lzQH6Q27oApfHQe4=";
};
date = "2024-09-10";
date = "2024-09-19";
};
phosphor-icons = {
pname = "phosphor-icons";
Expand Down

0 comments on commit 5983be0

Please sign in to comment.