We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b41b31 commit acf29e8Copy full SHA for acf29e8
nix/ext/orioledb.nix
@@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
15
src = fetchFromGitHub {
16
owner = "orioledb";
17
repo = "orioledb";
18
- rev = "beta12";
19
- sha256 = "sha256-5dyVdKD1PzW+F5OPW3TR3OKBaJxxR3OhLbzK+o9Wf+Q=";
+ rev = "b21c75daef95326016407e59c5a46725c669fac4";
+ sha256 = "sha256-5KLt3YjIm2XSyItQKdsa7/b06CCzQJZJ+Nvcyt9Mcj4=";
20
};
21
version = "beta12";
22
buildInputs = [
0 commit comments