Unverified Commit c915fbb0 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

firebird_4: 4.0.2 → 4.0.5 (#361488)

parents de030e45 1b644053
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,13 +70,13 @@ let base = {
  });

  firebird_4 = stdenv.mkDerivation (base // rec {
    version = "4.0.2";
    version = "4.0.5";

    src = fetchFromGitHub {
      owner = "FirebirdSQL";
      repo = "firebird";
      rev = "v${version}";
      sha256 = "sha256-hddW/cozboGw693q4k5f4+x9ccQFWFytXPUaBVkFnL4=";
      hash = "sha256-OxkPpmnYTl65ns+hKHJd5IAPUiMj0g3HUpyRpwDNut8=";
    };

    buildInputs = base.buildInputs ++ [ zlib unzip libtommath libtomcrypt ];