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