Commit Graph

9 Commits

Author SHA1 Message Date
Aaron Jheng
d38485921a
treewide: vendorSha256 -> vendorHash (#256514) 2023-09-21 19:11:11 +02: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
zowoq
2f506048b1 treewide: mark buildGoModule packages broken 2022-11-13 09:02:22 +10:00
Azat Bahawi
3518e3309f
waitron: unstable-2020-01-24 -> unstable-2020-08-04 2022-06-12 16:44:34 +03:00
Felix Buehler
b60ee6e462 waitron: switch to fetchFromGitHub 2022-03-14 19:32:08 +01:00
Felix Buehler
22dffe27f3 pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
David Guibert
701ddad4ce waitron: init at 2020-01-24 2020-04-07 14:55:30 +02:00