lol

Merge pull request #183680 from r-ryantm/auto-update/odpic

odpic: 4.3.0 -> 4.4.1

authored by

Florian Klink and committed by
GitHub
56894a04 65d3dc9a

+2 -2
+2 -2
pkgs/development/libraries/odpic/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }: 2 2 3 3 let 4 - version = "4.3.0"; 4 + version = "4.4.1"; 5 5 libPath = lib.makeLibraryPath [ oracle-instantclient.lib ]; 6 6 7 7 in stdenv.mkDerivation { ··· 13 13 owner = "oracle"; 14 14 repo = "odpi"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-oL2yehjP8JJxU19VY4e/ueh2xjo1yp4X7FGslqCXO8A="; 16 + sha256 = "sha256-tc6N19jSLkuOvTe5f/pBAd1FvpnOjsa4V9CgygUvpZo="; 17 17 }; 18 18 19 19 nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;