Skip to content

Commit acf29e8

Browse files
committed
Update orioledb rev to include fix
1 parent 1b41b31 commit acf29e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/orioledb.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
1515
src = fetchFromGitHub {
1616
owner = "orioledb";
1717
repo = "orioledb";
18-
rev = "beta12";
19-
sha256 = "sha256-5dyVdKD1PzW+F5OPW3TR3OKBaJxxR3OhLbzK+o9Wf+Q=";
18+
rev = "b21c75daef95326016407e59c5a46725c669fac4";
19+
sha256 = "sha256-5KLt3YjIm2XSyItQKdsa7/b06CCzQJZJ+Nvcyt9Mcj4=";
2020
};
2121
version = "beta12";
2222
buildInputs = [

0 commit comments

Comments
 (0)