Skip to content

Commit

Permalink
sources.nix: Update
Browse files Browse the repository at this point in the history
ohmyzsh: 3b5f018f7025a347e4888408b566caeaef2fabd7 → efafef8495f030501e0df59ccb76a598bbce3ae1
edopro: 473af98e3f5eb015a2b481481abbcc8c8027b484 → a2733b74608fa9cdb9031671aca77e804e6866f7
  • Loading branch information
TLATER committed Aug 10, 2024
1 parent 0fad99c commit 878a6b1
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-07-18",
"date": "2024-08-09",
"extract": null,
"name": "edopro",
"passthru": null,
Expand All @@ -68,11 +68,11 @@
"name": null,
"owner": "edo9300",
"repo": "edopro",
"rev": "473af98e3f5eb015a2b481481abbcc8c8027b484",
"sha256": "sha256-orAFzOHPrJ4BzQ+6sBljkiBZjbSSPiIelH12fdytRT4=",
"rev": "a2733b74608fa9cdb9031671aca77e804e6866f7",
"sha256": "sha256-Hlp80B6yQqcP6DeLrKelvBKdoTIhxl/Ev+Ja3hyT3aI=",
"type": "github"
},
"version": "473af98e3f5eb015a2b481481abbcc8c8027b484"
"version": "a2733b74608fa9cdb9031671aca77e804e6866f7"
},
"edopro-assets": {
"cargoLocks": null,
Expand Down Expand Up @@ -190,7 +190,7 @@
},
"ohmyzsh": {
"cargoLocks": null,
"date": "2024-08-02",
"date": "2024-08-09",
"extract": null,
"name": "ohmyzsh",
"passthru": null,
Expand All @@ -202,11 +202,11 @@
"name": null,
"owner": "ohmyzsh",
"repo": "ohmyzsh",
"rev": "3b5f018f7025a347e4888408b566caeaef2fabd7",
"sha256": "sha256-iD8wKlrytTI8Ohyl7A8vwDkHDku23zod/B+vheRcHJ8=",
"rev": "efafef8495f030501e0df59ccb76a598bbce3ae1",
"sha256": "sha256-KaUWDGwnOC6CJdVSgyWEjpyuApw4I+ayX4gG/qP3ESo=",
"type": "github"
},
"version": "3b5f018f7025a347e4888408b566caeaef2fabd7"
"version": "efafef8495f030501e0df59ccb76a598bbce3ae1"
},
"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 = "473af98e3f5eb015a2b481481abbcc8c8027b484";
version = "a2733b74608fa9cdb9031671aca77e804e6866f7";
src = fetchFromGitHub {
owner = "edo9300";
repo = "edopro";
rev = "473af98e3f5eb015a2b481481abbcc8c8027b484";
rev = "a2733b74608fa9cdb9031671aca77e804e6866f7";
fetchSubmodules = true;
sha256 = "sha256-orAFzOHPrJ4BzQ+6sBljkiBZjbSSPiIelH12fdytRT4=";
sha256 = "sha256-Hlp80B6yQqcP6DeLrKelvBKdoTIhxl/Ev+Ja3hyT3aI=";
};
date = "2024-07-18";
date = "2024-08-09";
};
edopro-assets = {
pname = "edopro-assets";
Expand Down Expand Up @@ -110,15 +110,15 @@
};
ohmyzsh = {
pname = "ohmyzsh";
version = "3b5f018f7025a347e4888408b566caeaef2fabd7";
version = "efafef8495f030501e0df59ccb76a598bbce3ae1";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "3b5f018f7025a347e4888408b566caeaef2fabd7";
rev = "efafef8495f030501e0df59ccb76a598bbce3ae1";
fetchSubmodules = false;
sha256 = "sha256-iD8wKlrytTI8Ohyl7A8vwDkHDku23zod/B+vheRcHJ8=";
sha256 = "sha256-KaUWDGwnOC6CJdVSgyWEjpyuApw4I+ayX4gG/qP3ESo=";
};
date = "2024-08-02";
date = "2024-08-09";
};
phosphor-icons = {
pname = "phosphor-icons";
Expand Down

0 comments on commit 878a6b1

Please sign in to comment.