nixpkgs/pkgs/build-support/dotnet
David McFarland b60c9fd2fe nuget-to-nix: find sources deterministically
The source used to download a particular package still isn't
deterministic in nuget. Even worse, the hash of the package can vary
between sources. This makes nuget use the first enabled source
containing the package.

The order of the dependencies may be slightly different because it now
uses glob order of the lower-case package names and versions, instead of
sorting the output.

If the package actually downloaded was the first source that contains
the package, then it will be hashed from disk to avoid downloading it
again.
2022-10-02 16:09:27 -03:00
..
build-dotnet-module nuget-to-nix: find sources deterministically 2022-10-02 16:09:27 -03:00
build-dotnet-package
dotnetbuildhelpers dotnetbuildhelpers: move to pkgs/build-support/dotnet 2022-02-11 16:42:07 +01:00
dotnetenv dotenv: convert CRLF line endings into LF 2022-09-11 17:02:00 +02:00
fetchnuget fetchNuGet: move to pkgs/build-support/dotnet 2022-02-11 16:37:26 +01:00
make-nuget-deps make-nuget-deps: use . for version separator 2022-09-15 19:39:36 -03:00
make-nuget-source mkNugetSource: fix bug in metadata generation 2022-04-30 18:24:48 -07:00
nuget-to-nix nuget-to-nix: find sources deterministically 2022-10-02 16:09:27 -03:00