mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
RestSharp: 105.2.3 -> 106.12.0
CVE-2021-27293
This commit is contained in:
parent
5e48b0da20
commit
eb9f3bd1b0
@ -75,8 +75,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||
|
||||
RestSharp = fetchNuGet {
|
||||
pname = "RestSharp";
|
||||
version = "105.2.3";
|
||||
sha256 = "1br48124ppz80x92m84sfyil1gn23hxg2ml9i9hsd0lp86vlaa1m";
|
||||
version = "106.12.0";
|
||||
sha256 = "sha256-NGzveByJvCRtHlI2C8d/mLs3akyMm77NER8TUG6HiD4=";
|
||||
outputFiles = [ "lib/*" ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user