firebird_4: fix hash mismatch

This commit is contained in:
Hythera
2026-04-26 12:30:18 +02:00
parent 1a7f2f07ed
commit a7330a7dd4
+1 -1
View File
@@ -105,7 +105,7 @@ rec {
owner = "FirebirdSQL";
repo = "firebird";
rev = "v${version}";
hash = "sha256-EnD0cTQSOh1fARjKdoOCR5UjpvVA96EZVVWfqlH+m48=";
hash = "sha256-4u1Vgwk5cMCkrGfGSk2xO7hVHiDda0ioitvX/r3KPQc=";
};
nativeBuildInputs = base.nativeBuildInputs ++ [ unzip ];