Commit graph

25 commits

Author SHA1 Message Date
R. RyanTM 4a7d7d6520 geekbench: 5.3.2 -> 5.4.0 2021-03-14 01:06:40 +00:00
R. RyanTM e73c8dcfac geekbench: 5.3.1 -> 5.3.2 2021-02-07 08:20:03 +00:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM 011d5940ad geekbench: 5.3.0 -> 5.3.1 2020-12-02 06:04:13 +00:00
R. RyanTM 423276f664 geekbench: 5.2.5 -> 5.3.0 2020-11-13 11:16:56 +00:00
R. RyanTM ac20715948 geekbench: 5.2.3 -> 5.2.5 2020-10-31 21:59:10 +00:00
Timo Kaufmann ed9363d521
Merge pull request #89124 from davidak/geekbench5
geekbench5: add compute benchmark support
2020-08-08 11:32:45 +02:00
R. RyanTM 002ecd07e1 geekbench: 5.2.1 -> 5.2.3 2020-08-07 00:10:06 -07:00
R. RyanTM 6387252e50 geekbench: 5.2.0 -> 5.2.1 2020-07-07 10:08:13 -07:00
R. RyanTM d588c2dcc5 geekbench: 5.1.1 -> 5.2.0 2020-06-17 11:36:42 -07:00
davidak b778f0c005 geekbench5: add compute benchmark support 2020-05-28 21:50:44 +02:00
R. RyanTM ef6aeb6475 geekbench: 5.1.0 -> 5.1.1 2020-04-10 00:24:23 -07:00
R. RyanTM cbd8c276b9 geekbench: 5.0.4 -> 5.1.0 2020-01-06 06:43:36 -08:00
R. RyanTM c3fb2267e3 geekbench: 5.0.3 -> 5.0.4 2019-11-26 00:39:39 -08:00
R. RyanTM baf72d3093 geekbench: 5.0.2 -> 5.0.3
(#72514)
2019-11-13 13:24:41 +01:00
Cyryl Płotnicki 446228ab77 Update geekbench 2019-10-12 20:10:24 +01: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 c008a0586a geekbench: 4.4.0 -> 4.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geekbench/versions
2019-08-19 03:17:10 -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 36a6109259 geekbench: 4.3.3 -> 4.4.0 (#65080)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geekbench/versions
2019-07-23 22:19:43 +02:00
R. RyanTM 8ab50871aa geekbench: 4.2.3 -> 4.3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geekbench/versions
2019-03-21 17:24:40 -07:00
Vladyslav M 93b6d5f9e7 geekbench: 4.1.1 -> 4.2.3 (#44709) 2018-08-08 15:39:33 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Michal Rus a809cf409a
geekbench: init at 4.1.1 2017-08-08 01:28:12 +02:00