Skip to content

Commit

Permalink
chore: bump celestia and nixpkg versions in Nix
Browse files Browse the repository at this point in the history
nixpkg is bumped to the latest hash from Git to get the latest
version of Go.
  • Loading branch information
mzabaluev committed Nov 1, 2024
1 parent 8e87866 commit 3f8e689
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/2ac40064487f7dfae54f188705e8ed9173993e79";
nixpkgs.url = "github:NixOS/nixpkgs/8dedccea6cea1e65bf74fc6c7f35e0aadf832a14";
rust-overlay.url = "github:oxalica/rust-overlay/db12d0c6ef002f16998723b5dd619fa7b8997086";
flake-utils.url = "github:numtide/flake-utils";
foundry.url = "github:shazow/foundry.nix/f533e2c70e520adb695c9917be21d514c15b1c4d";
Expand Down Expand Up @@ -87,29 +87,29 @@

celestia-app = pkgs.buildGoModule {
pname = "celestia-app";
version = "1.8.0";
version = "2.3.1";

src = pkgs.fetchgit {
url = "https://github.com/celestiaorg/celestia-app";
rev = "e75a1fdc8f2386d9f389cb596c88ca7cc19563af";
hash = "sha256-EE9r1sybbm4Hyh57/nC8utMx/uFdMsIdPecxBtDqAbk=";
rev = "v2.3.1";
hash = "sha256-ui67KRaabQyZiV5QD4Qyaqobky++rAe9ppJ2yveoXOs=";
};

vendorHash = "sha256-2vU1liAm0us7Nk1eawgMvarhq77+IUS0VE61FuvQbuQ=";
vendorHash = "sha256-zL3G+ml2bIcQlthHY6rovr2ykCGHqV51rQBkS3J9tGo=";
subPackages = [ "cmd/celestia-appd" ];
};

celestia-node = pkgs.buildGoModule {
pname = "celestia-node";
version = "0.13.3";
version = "0.17.2";

src = pkgs.fetchgit {
url = "https://github.com/celestiaorg/celestia-node";
rev = "05238b3e087eb9ecd3b9684cd0125f2400f6f0c7";
hash = "sha256-bmFcJrC4ocbCw1pew2HKEdLj6+1D/0VuWtdoTs1S2sU=";
rev = "v0.17.2";
hash = "sha256-7Ame5xxLbLgD8LGNNWWqI0uUFO5K6MXvCo9TK9V5Sls=";
};

vendorHash = "sha256-8RC/9KiFOsEJDpt7d8WtzRLn0HzYrZ1LIHo6lOKSQxU=";
vendorHash = "sha256-RoydbcJ4A2KTW20ihybnUkROwKlrT69qhl8E+NRgOpk=";
subPackages = [ "cmd/celestia" "cmd/cel-key" ];
};

Expand Down

0 comments on commit 3f8e689

Please sign in to comment.