Unverified Commit 46f4d034 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

Merge pull request #229042 from r-ryantm/auto-update/odpic

odpic: 4.6.0 -> 4.6.1
parents 6eedf41c a86ccf02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:

let
  version = "4.6.0";
  version = "4.6.1";
  libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];

in stdenv.mkDerivation {
@@ -13,7 +13,7 @@ in stdenv.mkDerivation {
    owner = "oracle";
    repo = "odpi";
    rev = "v${version}";
    sha256 = "sha256-hhe6j0qJkRoUIr+FZ4GqGUmI9Yu4Rwxu01f9b4pU5Dc=";
    sha256 = "sha256-3kJI3qRgqrithhGq7lO1r94T/P3SamDgLN13hKzmj5I=";
  };

  nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;