firebird_4.src: fix sha256

This commit is contained in:
Jonathan Ringer 2022-01-03 23:22:25 -08:00
parent 18c2e9910f
commit dcc20d7c17
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -75,7 +75,7 @@ let base = {
owner = "FirebirdSQL";
repo = "firebird";
rev = "v${version}";
sha256 = "sha256-a4ex19FMfiJsUEhWUYd2YXKgJ24Jnpoab2t6x9sUuyQ=";
sha256 = "sha256-Pc3hUAhXgpa6VOkjidfh/vS/60Gtjenid8nHnIH7s0E=";
};
buildInputs = base.buildInputs ++ [ zlib unzip libtommath libtomcrypt ];