Commit Graph

13 Commits

Author SHA1 Message Date
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Artturin
1c29673fcc treewide: go-modules -> goModules
In 787af0f79f
I had to change ${go-modules} to $goModules to allow overrideAttrs to work;
However, env vars cannot contain -, so  i had to change go-modules too.
This in turn broke nix-update because it uses the go-modules attr.

Instead of making nix-update more complicated, make go-modules naming match cargoDeps.

`fd --type f | xargs sd '\bgo-modules\b' 'goModules'`
and revert change to pkgs/applications/misc/dstask/default.nix
and pkgs/servers/http/dave/default.nix
and pkgs/os-specific/darwin/plistwatch/default.nix

release note added
2023-07-14 00:18:06 +03:00
Scott Worley
45f6e87822 ncdns: Spell "postUnpack" correctly 2023-05-24 09:21:18 -07:00
rnhmjoj
e78bb96546
ncdns: 2020-07-18 -> 2022-10-07 2022-10-25 15:28:41 +02:00
Sandro Jäckel
d8573a0516
ncdns: unmark broken 2022-08-01 23:51:34 +02:00
Sandro Jäckel
4ddd633b5a
ncdns: mark broken 2022-07-15 23:51:14 +02:00
Artturin
b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
rnhmjoj
7a9f5d69c8
ncdns: 2020-11-22 -> 2021-07-18 2021-09-11 23:22:45 +02:00
Colin L Rice
71d479fbd3 ncdns: Update to 2020-11-22 to remove go1.14 dep.
I've poked them to tag a new version at
https://github.com/namecoin/ncdns/issues/126, but master builds cleanly
with go1.15, so I just updated to unstable
2020-12-30 00:01:49 -05:00
zowoq
a83a88db05 buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
lf-
231e74dcbf ncdns: fix patch extension
The incorrect extension was confusing my code search tool.
2020-07-27 23:17:53 -07:00
rnhmjoj
8ff681a7ca
ncdns: add test to passthru.tests 2020-06-14 01:16:12 +02:00
rnhmjoj
5ec0bd7649
ncdns: init at 0.0.10.3 2020-06-14 01:09:32 +02:00