Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Dec 5, 2024
1 parent 3cf9150 commit 3e5297b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 156 deletions.
32 changes: 0 additions & 32 deletions integration_tests/configs/cosmovisor_with_ibc.jsonnet

This file was deleted.

33 changes: 0 additions & 33 deletions integration_tests/configs/upgrade-test-package-recent.nix

This file was deleted.

89 changes: 0 additions & 89 deletions integration_tests/test_upgrade_with_ibc.py

This file was deleted.

4 changes: 2 additions & 2 deletions nix/rocksdb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "rocksdb";
version = "9.7.4";
version = "9.8.4";

src = fetchFromGitHub {
owner = "facebook";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
hash = "sha256-u5uuShM2SxHc9/zL4UU56IhCcR/ZQbzde0LgOYS44bM=";
hash = "sha256-A6Gx4FqoGlxITUUz9k6tkDjUcLtMUBK9JS8vuAS96H0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3e5297b

Please sign in to comment.