mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
firebird_5: fix hash mismatch
This commit is contained in:
@@ -126,7 +126,8 @@ rec {
|
||||
owner = "FirebirdSQL";
|
||||
repo = "firebird";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-wAiOyCVS7fjVqrDlJJwDFxw5ZD5spnXlYKCAQ8gctHI=";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-IJrfs8q7GtX4Y+Cmg4avT5QJmLpld38tyR3TR1CcgyE=";
|
||||
};
|
||||
|
||||
# CMake is just used for libcds
|
||||
|
||||
Reference in New Issue
Block a user