Skip to content

Commit

Permalink
sources.nix: Update
Browse files Browse the repository at this point in the history
ohmyzsh: fa583cfb87b80e3f7d7577c8b62b7d1385c01337 → b1e3a82bb5a2545b495c667f8bf838c3e6033ce4
gcs: v5.23.0 → v5.25.0
  • Loading branch information
TLATER committed Jul 20, 2024
1 parent 19112c0 commit 1bef470
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.0",
"sha256": "sha256-cGO0aX1p6+rGNnry75rBVVT/k85m0Hn/yG1go3biml4=",
"sparseCheckout": [],
"type": "github"
},
"version": "v5.23.0"
"version": "v5.25.0"
},
"ohmyzsh": {
"cargoLocks": null,
"date": "2024-07-12",
"date": "2024-07-17",
"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": "b1e3a82bb5a2545b495c667f8bf838c3e6033ce4",
"sha256": "sha256-efHmJbMjxGQ8GYjDujAYzIYnD0ma2eZmUekEPNQzRpM=",
"sparseCheckout": [],
"type": "github"
},
"version": "fa583cfb87b80e3f7d7577c8b62b7d1385c01337"
"version": "b1e3a82bb5a2545b495c667f8bf838c3e6033ce4"
},
"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.0";
src = fetchFromGitHub {
owner = "richardwilkes";
repo = "gcs";
rev = "v5.23.0";
rev = "v5.25.0";
fetchSubmodules = false;
sha256 = "sha256-nxVTteft7cKs6vgMgMIavZJnq8T64we7AiihSFHc0nc=";
sha256 = "sha256-cGO0aX1p6+rGNnry75rBVVT/k85m0Hn/yG1go3biml4=";
};
};
ohmyzsh = {
pname = "ohmyzsh";
version = "fa583cfb87b80e3f7d7577c8b62b7d1385c01337";
version = "b1e3a82bb5a2545b495c667f8bf838c3e6033ce4";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "fa583cfb87b80e3f7d7577c8b62b7d1385c01337";
rev = "b1e3a82bb5a2545b495c667f8bf838c3e6033ce4";
fetchSubmodules = false;
sha256 = "sha256-EwHlPe+UL37ogcnjh4nw9T3BXHw58/CeCkT7VzQ1ro8=";
sha256 = "sha256-efHmJbMjxGQ8GYjDujAYzIYnD0ma2eZmUekEPNQzRpM=";
};
date = "2024-07-12";
date = "2024-07-17";
};
phosphor-icons = {
pname = "phosphor-icons";
Expand Down

0 comments on commit 1bef470

Please sign in to comment.