nixpkgs/pkgs/build-support/dotnet/build-dotnet-module
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
..
hooks buildDotnetModule: dont require specifing a projectFile 2022-09-18 18:00:37 +02:00
default.nix nuget-to-nix: find sources deterministically 2022-10-02 16:09:27 -03:00