We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12233f commit 4c8b75eCopy full SHA for 4c8b75e
1 file changed
pkgs/top-level/dotnet-packages.nix
@@ -331,13 +331,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
331
332
Nuget = buildDotnetPackage rec {
333
pname = "Nuget";
334
- version = "5.6.0.6489";
+ version = "6.3.1.1";
335
336
src = fetchFromGitHub {
337
owner = "mono";
338
repo = "linux-packaging-nuget";
339
rev = "upstream/${version}.bin";
340
- sha256 = "sha256-71vjM7a+F0DNTY+dML3UBSkrVyXv/k5rdl7iXBKSpNM=";
+ sha256 = "sha256-D7F4B23HK5ElY68PYKVDsyi8OF0DLqqUqQzj5CpMfkc=";
341
};
342
343
# configurePhase breaks the binary and results in
0 commit comments