Skip to content

Commit 7fea7c4

Browse files
RCasattashesek
authored andcommitted
nix: use matching version of rocksdb
1 parent 3ff73d3 commit 7fea7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rocksdb-overlay.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
final: prev: {
22

33
rocksdb = prev.rocksdb.overrideAttrs (oldAttrs: rec {
4-
version = "8.1.1";
4+
version = "10.4.2";
55

66
src = final.fetchFromGitHub {
77
owner = "facebook";
88
repo = oldAttrs.pname;
99
rev = "v${version}";
10-
hash = "sha256-79hRtc5QSWLLyjRGCmuYZSoIc9IcIsnl8UCinz2sVw4=";
10+
hash = "sha256-mKh6zsmxsiUix4LX+npiytmKvLbo6WNA9y4Ns/EY+bE=";
1111
};
1212
});
1313
}

0 commit comments

Comments
 (0)