about summary refs log tree commit diff
path: root/pkgs/development/libraries/odpic
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 19:02:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 19:02:26 +0000
commit46c88e2c58bcca1911cdf66acbb6d7a77b76ced5 (patch)
treecbc7fd6927f114370772bfde87d1c397d46728b8 /pkgs/development/libraries/odpic
parenta98017a5f9c73bdcde11072904d5699edf65fac7 (diff)
odpic: 4.2.1 -> 4.3.0
Diffstat (limited to 'pkgs/development/libraries/odpic')
-rw-r--r--pkgs/development/libraries/odpic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/odpic/default.nix b/pkgs/development/libraries/odpic/default.nix
index 9e4b01ef172cf..b9095f214814f 100644
--- a/pkgs/development/libraries/odpic/default.nix
+++ b/pkgs/development/libraries/odpic/default.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
 
 let
-  version = "4.2.1";
+  version = "4.3.0";
   libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
 
 in stdenv.mkDerivation {
@@ -13,7 +13,7 @@ in stdenv.mkDerivation {
     owner = "oracle";
     repo = "odpi";
     rev = "v${version}";
-    sha256 = "sha256-jdDMG6+bvsKQkHSpUrwtwU/ngq1iINcUhWu2b9lJgPY=";
+    sha256 = "sha256-oL2yehjP8JJxU19VY4e/ueh2xjo1yp4X7FGslqCXO8A=";
   };
 
   nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;