mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #173147 from LeSuisse/sharziplib-1.3.3
dotnetPackages.SharpZipLib: 0.86.0 -> 1.3.3
This commit is contained in:
commit
b948cf8831
1 changed files with 2 additions and 2 deletions
|
@ -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/*" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue