tigerbeetle: 0.14.176 -> 0.14.177
This commit is contained in:
parent
0b8f8e0cd9
commit
095495a99b
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "tigerbeetle";
|
pname = "tigerbeetle";
|
||||||
version = "0.14.176";
|
version = "0.14.177";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tigerbeetle";
|
owner = "tigerbeetle";
|
||||||
repo = "tigerbeetle";
|
repo = "tigerbeetle";
|
||||||
rev = "refs/tags/${finalAttrs.version}";
|
rev = "refs/tags/${finalAttrs.version}";
|
||||||
hash = "sha256-prvTE6fingEIzXk++FYP0J9dA9xeophU0LLcknmS2ZI=";
|
hash = "sha256-oMsDHz/yOWtS1XhJcXR74pA3YvPzANUdRAy7tjNO5lc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ custom_zig_hook ];
|
nativeBuildInputs = [ custom_zig_hook ];
|
||||||
|
|
Loading…
Reference in a new issue