odpic: 5.6.0 -> 5.6.2 (#425945)

This commit is contained in:
Weijia Wang
2025-08-03 17:05:16 -06:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
}:
let
version = "5.6.0";
version = "5.6.2";
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
in
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
owner = "oracle";
repo = "odpi";
rev = "v${version}";
sha256 = "sha256-kdhL+yvolf7paNBbUN0V/Zp0mwHS2BEhP8bRUwa3dhQ=";
sha256 = "sha256-UBLv7iTqwjxDuLc09zxACYQxoU3/AKNPfNOwgMJ2qjw=";
};
nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;