dotnetPackages.SharpZipLib: 0.86.0 -> 1.3.3

Fixes CVE-2021-32840
This commit is contained in:
Thomas Gerbet 2022-05-15 15:12:02 +02:00
parent 33fadf3131
commit bac0d3b001

View File

@ -53,8 +53,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
SharpZipLib = fetchNuGet {
pname = "SharpZipLib";
version = "0.86.0";
sha256 = "01w2038gckfnq31pncrlgm7d0c939pwr1x4jj5450vcqpd4c41jr";
version = "1.3.3";
sha256 = "sha256-HWEQTKh9Ktwg/zIl079dAiH+ob2ShWFAqLgG6XgIMr4=";
outputFiles = [ "lib/*" ];
};