odpic: 5.4.0 -> 5.4.1

This commit is contained in:
R. Ryantm
2024-12-12 01:50:14 +00:00
parent 259b32e2bc
commit cb5e08849d
+2 -2
View File
@@ -8,7 +8,7 @@
}:
let
version = "5.4.0";
version = "5.4.1";
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
in
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
owner = "oracle";
repo = "odpi";
rev = "v${version}";
sha256 = "sha256-MmzForjAgccze7VvNcN6vX4rfiy+W9eGQ2Qh49ah7Ps=";
sha256 = "sha256-CvsQ/w5r0d/l0m6wkgZtVBkX66Hcrz4U3b8qpHM0Dm8=";
};
nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;