Skip to content

Commit

Permalink
fix: Downgrade gcs
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Oct 27, 2024
1 parent 9b3c9cf commit ef26378
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@
"name": null,
"owner": "richardwilkes",
"repo": "gcs",
"rev": "v5.28.0",
"sha256": "sha256-VfWRLfyK4RMF16ck5p+dXkMnrMjJw7DSlQvPMT1By+c=",
"rev": "v5.27.0",
"sha256": "sha256-N4a+7a1XpDXsZTDiTh1AZIzXfk/A+gV4uBZdGZh+S5I=",
"type": "github"
},
"version": "v5.28.0"
"version": "v5.27.0"
},
"ohmyzsh": {
"cargoLocks": null,
Expand Down
6 changes: 3 additions & 3 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@
};
gcs = {
pname = "gcs";
version = "v5.28.0";
version = "v5.27.0";
src = fetchFromGitHub {
owner = "richardwilkes";
repo = "gcs";
rev = "v5.28.0";
rev = "v5.27.0";
fetchSubmodules = false;
sha256 = "sha256-VfWRLfyK4RMF16ck5p+dXkMnrMjJw7DSlQvPMT1By+c=";
sha256 = "sha256-N4a+7a1XpDXsZTDiTh1AZIzXfk/A+gV4uBZdGZh+S5I=";
};
};
ohmyzsh = {
Expand Down
3 changes: 2 additions & 1 deletion pkgs/nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ src.github_tag = "pcarrier/gauth"
fetch.github = "pcarrier/gauth"

[gcs]
src.github = "richardwilkes/gcs"
# src.github = "richardwilkes/gcs"
src.manual = "v5.27.0"
fetch.github = "richardwilkes/gcs"

[ohmyzsh]
Expand Down

0 comments on commit ef26378

Please sign in to comment.