Unverified Commit 560feb5f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

odpic: 5.4.1 -> 5.6.0 (#385147)

parents d48ca53d 01d32ee5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:

let
  version = "5.4.1";
  version = "5.6.0";
  libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];

in
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
    owner = "oracle";
    repo = "odpi";
    rev = "v${version}";
    sha256 = "sha256-CvsQ/w5r0d/l0m6wkgZtVBkX66Hcrz4U3b8qpHM0Dm8=";
    sha256 = "sha256-kdhL+yvolf7paNBbUN0V/Zp0mwHS2BEhP8bRUwa3dhQ=";
  };

  nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;