odpic: 5.4.1 -> 5.6.0 (#385147)

This commit is contained in:
Wolfgang Walther
2025-07-12 11:20:53 +00:00
committed by GitHub
+2 -2
View File
@@ -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;