firebird_4: 4.0.5 -> 4.0.6 (#434714)
This commit is contained in:
@@ -85,13 +85,13 @@ rec {
|
||||
firebird_4 = stdenv.mkDerivation (
|
||||
base
|
||||
// rec {
|
||||
version = "4.0.5";
|
||||
version = "4.0.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FirebirdSQL";
|
||||
repo = "firebird";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-OxkPpmnYTl65ns+hKHJd5IAPUiMj0g3HUpyRpwDNut8=";
|
||||
hash = "sha256-65wfG6huDzvG/tEVllA58OfZqoL4U/ilw5YIDqQywTs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = base.nativeBuildInputs ++ [ unzip ];
|
||||
|
||||
Reference in New Issue
Block a user