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 |
|
Pavol Rusnak
|
7e51429e67
|
cpuminer: 2.5.0 -> 2.5.1
|
2020-06-27 12:42:50 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01: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 |
|
Pascal Wittmann
|
336a6ebe89
|
cpuminer: 2.4.5 -> 2.5.0
|
2017-07-04 11:42:51 +02:00 |
|
Kranium Gikos Mendoza
|
f5b0a5ce7a
|
cpuminer: 2.4.4 -> 2.4.5
|
2016-08-03 15:48:02 +08:00 |
|
Kranium Gikos Mendoza
|
363381f3c2
|
cpuminer: fix darwin build
|
2016-08-03 15:47:57 +08:00 |
|
Pascal Wittmann
|
0bce9599e7
|
cpuminer: 2.4.3 -> 2.4.4
|
2016-03-25 17:22:11 +01:00 |
|
Pascal Wittmann
|
9c6f3dcbcc
|
cpuminer: 2.4.2 -> 2.4.3
|
2016-01-26 22:36:14 +01:00 |
|
Pascal Wittmann
|
314c6847aa
|
cpuminer: update from 2.4.1 to 2.4.2
|
2015-06-01 20:33:43 +02:00 |
|
Pascal Wittmann
|
070808283b
|
cpuminer: update from 2.4 to 2.4.1
|
2015-03-09 19:35:24 +01:00 |
|
Pascal Wittmann
|
d518ef91c0
|
cpuminer: update from 2.3.3 to 2.4 and build with -O3 as described in the installation instructions
|
2014-07-17 00:15:44 +02:00 |
|
Linquize
|
ae1189379e
|
cpuminer: Upgrade to 2.3.3
|
2014-04-25 18:21:58 +02:00 |
|
Jaka Hudoklin
|
f45793f284
|
Add cpuminer, multi-threaded Litecoin and Bitcoin miner
|
2014-01-13 00:03:31 +01:00 |
|