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

odpic: 5.0.0 -> 5.0.1

authored by

Nick Cao and committed by
GitHub
6eff45da 472fc54f

+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 = "5.0.0"; 4 + version = "5.0.1"; 5 5 libPath = lib.makeLibraryPath [ oracle-instantclient.lib ]; 6 6 7 7 in ··· 14 14 owner = "oracle"; 15 15 repo = "odpi"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-ZRkXd7D4weCfP6R7UZD2+saNiNa+XXVhfiWIlxBObmU="; 17 + sha256 = "sha256-XSQ2TLozbmofpzagbqcGSxAx0jpR68Gr6so/KKwZhbY="; 18 18 }; 19 19 20 20 nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;