Merge pull request #173147 from LeSuisse/sharziplib-1.3.3

dotnetPackages.SharpZipLib: 0.86.0 -> 1.3.3
This commit is contained in:
Mario Rodas 2022-06-24 01:32:05 -05:00 committed by GitHub
commit b948cf8831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/*" ];
};