tigerbeetle: 0.14.179 -> 0.14.180

This commit is contained in:
R. Ryantm 2024-02-21 06:46:15 +00:00
parent fd643e9c97
commit a92e5bee6a

View file

@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tigerbeetle";
version = "0.14.179";
version = "0.14.180";
src = fetchFromGitHub {
owner = "tigerbeetle";
repo = "tigerbeetle";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-232BCwWWpNTy/bX7kXuaNZEBQKYWrnt/eepXhl/PgZ8=";
hash = "sha256-6rZWV88cGNLnyQCF2zU+MYH+MTEx9cjSorDdO754ZU0=";
};
nativeBuildInputs = [ custom_zig_hook ];