Merge pull request #153556 from jonringer/firebird

firebird_4.src: fix sha256
This commit is contained in:
Bobby Rong 2022-01-05 21:37:51 +08:00 committed by GitHub
commit 555d3d545a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];