Commit Graph

11 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
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
Aaron Jheng
91473f20c4
ejson: 1.2.1 -> 1.3.3 2022-05-27 23:43:36 +00:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
zowoq
47062433b6 ejson: use upstream vendor 2020-09-08 16:32:39 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02: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
Michael Fellinger
6c3d774ca0 ejson: 1.2.0 -> 1.2.1 2019-05-02 23:58:48 +02:00
Michael Fellinger
3a275ac1eb ejson: init at 1.2.0 2018-09-26 13:36:46 +02:00