odpic: 5.6.0 -> 5.6.2

R. Ryantm 8995cc82 47230ff9

+2 -2
+2 -2
pkgs/by-name/od/odpic/package.nix
··· 8 }: 9 10 let 11 - version = "5.6.0"; 12 libPath = lib.makeLibraryPath [ oracle-instantclient.lib ]; 13 14 in ··· 21 owner = "oracle"; 22 repo = "odpi"; 23 rev = "v${version}"; 24 - sha256 = "sha256-kdhL+yvolf7paNBbUN0V/Zp0mwHS2BEhP8bRUwa3dhQ="; 25 }; 26 27 nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;
··· 8 }: 9 10 let 11 + version = "5.6.2"; 12 libPath = lib.makeLibraryPath [ oracle-instantclient.lib ]; 13 14 in ··· 21 owner = "oracle"; 22 repo = "odpi"; 23 rev = "v${version}"; 24 + sha256 = "sha256-UBLv7iTqwjxDuLc09zxACYQxoU3/AKNPfNOwgMJ2qjw="; 25 }; 26 27 nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;