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
dotnetenv dotenv: convert CRLF line endings into LF 2022-09-11 17:02:00 +02:00
fetchnuget
make-nuget-deps make-nuget-deps: use . for version separator 2022-09-15 19:39:36 -03:00
make-nuget-source
nuget-to-nix nuget-to-nix: find sources deterministically 2022-10-02 16:09:27 -03:00