Skip to content

Commit ceb93cc

Browse files
committed
Use Gaia tag v20.0.0
1 parent ece770f commit ceb93cc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
gaia-main-src.url = "github:cosmos/gaia";
8282
gaia-main-src.flake = false;
8383

84-
gaia20-src.url = "github:cosmos/gaia/b5b22dc6e8eef40a6de67d62409601c6e5198fed";
84+
gaia20-src.url = "github:cosmos/gaia/v20.0.0";
8585
gaia20-src.flake = false;
8686

8787
gaia19-src.url = "github:cosmos/gaia/v19.1.0";

packages/gaia.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@
225225

226226
gaia20 = {
227227
name = "gaia";
228-
vendorHash = "sha256-D7fvLjWUhEr+/wxicdKZthcqRDiop0JxNQaM+Lc9sOM=";
229-
version = "v20.0.0-alpha1";
228+
vendorHash = "sha256-1WErtwmYr3AgY1lFpiFYrosU4leJ+ZC13Vbk8vwmmg8=";
229+
version = "v20.0.0";
230230
# nixpkgs latest go version v1.22 is v1.22.5 but Gaia v20.0.0 requires
231231
# v1.22.6 or more so v1.23 is used instead
232232
goVersion = "1.23";

0 commit comments

Comments
 (0)