Commit Graph

18 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Aaron Jheng
1fbdaa0e43
go-jsonnet: 0.19.1 -> 0.20.0 2023-04-18 02:05:19 +00:00
Aaron Jheng
3c5425bf93
treewide: use hash instead of sha256 2023-01-24 12:55:52 +00:00
Aaron Jheng
b2cf4eb0d5
go-jsonnet: 0.18.0 -> 0.19.1 2022-10-28 09:30:40 +00:00
Theodore Ni
cea9516bb8
go-jsonnet: fix aarch64-darwin build 2022-10-01 11:44:02 -07:00
Artturin
f1c7f19e49 treewide: testVersion -> testers.testVersion 2022-04-22 16:24:27 +03:00
Aaron Jheng
26c53e85d7
go-jsonnet: add jsonnet-deps and jsonnet-lint 2022-02-24 10:59:02 +00:00
R. Ryantm
fc0fadf09a go-jsonnet: 0.17.0 -> 0.18.0 2021-12-30 14:22:51 +00:00
R. RyanTM
d9768fece1 go-jsonnet: 0.16.0 -> 0.17.0 2020-11-26 05:56:06 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Elan Kugelmass
2b866d8b53
go-jsonnet: add jsonnetfmt binary (#91953)
Add binary jsonnetfmt to go-jsonnet package

go-jsonnet added a jsonnetfmt implementation in [0.16.0](https://github.com/google/jsonnet/releases/tag/v0.16.0)
As nix includes the C++ jsonnetfmt implementation in the main jsonnet package, it makes sense to mirror that pattern in the go package.
2020-07-02 18:29:43 -05:00
R. RyanTM
131fda1225 go-jsonnet: 0.15.0 -> 0.16.0 2020-06-08 19:14:11 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM
717d1e85a5 go-jsonnet: 0.14.0 -> 0.15.0 2020-02-11 08:12:43 +00:00
Greg Roodt
87aca2a39d go-jsonnet: 0.13.0 -> 0.14.0 2019-11-30 15:15:24 +11:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Nahum Shalman
e3e32c2028 go-jsonnet: init at v0.13.0 2019-06-05 13:39:56 -04:00