Skip to content

Commit

Permalink
sources.nix: Update
Browse files Browse the repository at this point in the history
gcs: v5.23.0 → v5.25.1
ohmyzsh: fa583cfb87b80e3f7d7577c8b62b7d1385c01337 → 8127e5838c24a7fbfaac5b9a02609e033cb3c5e2
  • Loading branch information
TLATER committed Jul 22, 2024
1 parent 1728c13 commit 510d75e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,16 @@
"name": null,
"owner": "richardwilkes",
"repo": "gcs",
"rev": "v5.23.0",
"sha256": "sha256-nxVTteft7cKs6vgMgMIavZJnq8T64we7AiihSFHc0nc=",
"rev": "v5.25.1",
"sha256": "sha256-+HpWL+FlQ4io4CsDDRiNjFw8UWtcXjilGnanGAXM2+k=",
"sparseCheckout": [],
"type": "github"
},
"version": "v5.23.0"
"version": "v5.25.1"
},
"ohmyzsh": {
"cargoLocks": null,
"date": "2024-07-12",
"date": "2024-07-21",
"extract": null,
"name": "ohmyzsh",
"passthru": null,
Expand All @@ -154,12 +154,12 @@
"name": null,
"owner": "ohmyzsh",
"repo": "ohmyzsh",
"rev": "fa583cfb87b80e3f7d7577c8b62b7d1385c01337",
"sha256": "sha256-EwHlPe+UL37ogcnjh4nw9T3BXHw58/CeCkT7VzQ1ro8=",
"rev": "8127e5838c24a7fbfaac5b9a02609e033cb3c5e2",
"sha256": "sha256-zSmzBYY+4HXfb0YnrRlw36y5TBJIsp4uur5FOgZ3KBA=",
"sparseCheckout": [],
"type": "github"
},
"version": "fa583cfb87b80e3f7d7577c8b62b7d1385c01337"
"version": "8127e5838c24a7fbfaac5b9a02609e033cb3c5e2"
},
"phosphor-icons": {
"cargoLocks": null,
Expand Down
14 changes: 7 additions & 7 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,26 +67,26 @@
};
gcs = {
pname = "gcs";
version = "v5.23.0";
version = "v5.25.1";
src = fetchFromGitHub {
owner = "richardwilkes";
repo = "gcs";
rev = "v5.23.0";
rev = "v5.25.1";
fetchSubmodules = false;
sha256 = "sha256-nxVTteft7cKs6vgMgMIavZJnq8T64we7AiihSFHc0nc=";
sha256 = "sha256-+HpWL+FlQ4io4CsDDRiNjFw8UWtcXjilGnanGAXM2+k=";
};
};
ohmyzsh = {
pname = "ohmyzsh";
version = "fa583cfb87b80e3f7d7577c8b62b7d1385c01337";
version = "8127e5838c24a7fbfaac5b9a02609e033cb3c5e2";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "fa583cfb87b80e3f7d7577c8b62b7d1385c01337";
rev = "8127e5838c24a7fbfaac5b9a02609e033cb3c5e2";
fetchSubmodules = false;
sha256 = "sha256-EwHlPe+UL37ogcnjh4nw9T3BXHw58/CeCkT7VzQ1ro8=";
sha256 = "sha256-zSmzBYY+4HXfb0YnrRlw36y5TBJIsp4uur5FOgZ3KBA=";
};
date = "2024-07-12";
date = "2024-07-21";
};
phosphor-icons = {
pname = "phosphor-icons";
Expand Down

0 comments on commit 510d75e

Please sign in to comment.