Commit Graph

20 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
R. Ryantm
49e1912998 smemstat: 0.02.12 -> 0.02.13 2024-01-11 20:39:05 +00:00
R. Ryantm
dcb6892b51 smemstat: 0.02.11 -> 0.02.12 2023-07-18 16:11:30 +00:00
Renaud
7b9ed73e82
smemstat: 0.02.10 -> 0.02.11
Upstream has moved
(#151330)
2021-12-20 09:31:43 +01:00
Sergei Trofimovich
9af25ef30b smemstat: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    smemstat.c:348:33: error: format not a string literal and no format arguments [-Werror=format-security]
      348 |         (void)mvprintw(cury, 0, buf);
          |                                 ^~~
2021-11-06 21:15:13 +00:00
R. RyanTM
02cdfa5dc6 smemstat: 0.02.08 -> 0.02.10 2021-08-28 01:41:16 +00:00
R. RyanTM
123ee32555 smemstat: 0.02.07 -> 0.02.08 2020-07-11 01:46:31 +00:00
R. RyanTM
30c861e0a9 smemstat: 0.02.06 -> 0.02.07 2020-03-01 03:25:19 +00:00
R. RyanTM
be88068dab smemstat: 0.02.05 -> 0.02.06 2019-12-24 11:27:15 -08:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM
47f58bb941 smemstat: 0.02.04 -> 0.02.05
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smemstat/versions
2019-08-20 16:01:04 -07: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
R. RyanTM
3063809ac2 smemstat: 0.02.03 -> 0.02.04
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smemstat/versions
2019-07-17 09:37:06 +02:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Will Dietz
fb5254dfae smemstat: 0.02.00 -> 0.02.03
Similarly move .tar.gz -> .tar.xz
2019-03-01 08:37:23 -06:00
R. RyanTM
d7c2561790 smemstat: 0.01.18 -> 0.02.00 (#42208) 2018-06-19 16:46:06 +00:00
Kranium Gikos Mendoza
27045bc019 smemstat: 0.01.17 -> 0.01.18 2018-02-03 23:08:26 +11:00
Kranium Gikos Mendoza
153e900b39 smemstat: 0.01.16 -> 0.01.17 2017-05-31 01:01:54 +02:00
Franz Pletz
f4833ed484
smemstat: 0.01.14 -> 0.01.16 2017-01-26 03:52:50 +01:00
Kranium Gikos Mendoza
b68689ebb2 smemstat: init at 0.01.14 2016-07-16 12:09:40 +08:00