mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
![rnhmjoj](/assets/img/avatar_default.png)
It took an ungodly amount of time but I may have done it: 1. Fix the build error in ncdns.goModules due to a module rename in a downstream dependency 2. Add lock files to avoid the same kind of problem that already broke the build of ncdns.goModules. Note that due to the nature of the x509-compressed module the source code dependes on the Go stdlib, so the goModules derivation is still not really fully reproducible, but it comes closer. 3. Make ncdns behave more like a normal Go module and use the built-in phases of goBuildModule.
3 lines
159 B
Plaintext
3 lines
159 B
Plaintext
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
|
|
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
|