odpic: 5.6.0 -> 5.6.2

This commit is contained in:
R. Ryantm
2025-08-02 22:40:08 +00:00
parent 47230ff98d
commit 8995cc82e7
+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;