about summary refs log tree commit diff
path: root/pkgs/development/compilers/go-jsonnet/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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/'
2023-04-18go-jsonnet: 0.19.1 -> 0.20.0Aaron Jheng1-11/+3
2023-01-24treewide: use hash instead of sha256Aaron Jheng1-1/+1
2022-10-28go-jsonnet: 0.18.0 -> 0.19.1Aaron Jheng1-19/+11
2022-10-01go-jsonnet: fix aarch64-darwin buildTheodore Ni1-4/+17
2022-04-22treewide: testVersion -> testers.testVersionArtturin1-2/+2
2022-02-24go-jsonnet: add jsonnet-deps and jsonnet-lintAaron Jheng1-5/+12
2021-12-30go-jsonnet: 0.17.0 -> 0.18.0R. Ryantm1-3/+3
2020-11-26go-jsonnet: 0.16.0 -> 0.17.0R. RyanTM1-2/+2
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-07-02go-jsonnet: add jsonnetfmt binary (#91953)Elan Kugelmass1-2/+2
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-06-08go-jsonnet: 0.15.0 -> 0.16.0R. RyanTM1-3/+3
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+2
2020-02-11go-jsonnet: 0.14.0 -> 0.15.0R. RyanTM1-2/+2
2019-11-30go-jsonnet: 0.13.0 -> 0.14.0Greg Roodt1-22/+13
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-06-05go-jsonnet: init at v0.13.0Nahum Shalman1-0/+33