firebird: 4.0.1 -> 4.0.2

This commit is contained in:
superherointj 2022-08-26 17:23:51 -03:00 committed by Bjørn Forsman
parent 0e4d8a687f
commit a15c3c52d7

View file

@ -70,13 +70,13 @@ let base = {
});
firebird_4 = stdenv.mkDerivation (base // rec {
version = "4.0.1";
version = "4.0.2";
src = fetchFromGitHub {
owner = "FirebirdSQL";
repo = "firebird";
rev = "v${version}";
sha256 = "sha256-0XUu1g/VTrklA3vCpX6HWr7sdW2eQupnelpFNSGcouM=";
sha256 = "sha256-hddW/cozboGw693q4k5f4+x9ccQFWFytXPUaBVkFnL4=";
};
buildInputs = base.buildInputs ++ [ zlib unzip libtommath libtomcrypt ];