Commit Graph

130 Commits

Author SHA1 Message Date
R. Ryantm
128c4143a1 xmrig-mo: 6.22.0-mo3 -> 6.22.1-mo1 2024-10-24 04:29:08 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Weijia Wang
aad545b305
xmrig-proxy: 6.21.1 -> 6.22.0 (#334045) 2024-09-11 02:08:17 +02:00
Weijia Wang
e9ac7da4ef
xmrig: 6.21.3 -> 6.22.0 (#334049) 2024-09-11 02:08:04 +02:00
R. Ryantm
2da4dee913 xmrig-mo: 6.22.0-mo1 -> 6.22.0-mo3 2024-08-19 09:39:40 +00:00
R. Ryantm
6fa3b2958b xmrig-mo: 6.21.3-mo15 -> 6.22.0-mo1 2024-08-12 03:32:32 +00:00
R. Ryantm
c19c741a98 xmrig: 6.21.3 -> 6.22.0 2024-08-12 03:28:58 +00:00
R. Ryantm
5f26c661bd xmrig-proxy: 6.21.1 -> 6.22.0 2024-08-12 03:15:12 +00:00
Redhawk18
251fc16a08 maintainers: add redhawk as a xmrig-mo maintainer 2024-07-22 18:03:23 -04:00
Redhawk18
00809ce805 xmrig-mo: 6.21.0-mo2 -> 6.21.3-mo15 2024-07-22 18:01:41 -04:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
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/'
2024-06-09 23:07:45 +02:00
R. Ryantm
14564eac44 xmrig: 6.21.2 -> 6.21.3 2024-04-23 15:24:42 +00:00
Weijia Wang
dce9cb097f
Merge pull request #298353 from r-ryantm/auto-update/xmrig
xmrig: 6.21.1 -> 6.21.2
2024-04-08 02:20:16 +02:00
R. Ryantm
34f04a7a53 xmrig-proxy: 6.21.0 -> 6.21.1 2024-03-26 16:19:11 +00:00
R. Ryantm
e20ff76306 xmrig: 6.21.1 -> 6.21.2 2024-03-23 13:00:23 +00:00
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
e6a6af3bec xmrig: 6.21.0 -> 6.21.1 2024-02-26 05:20:52 +00:00
Sergei Trofimovich
c2241c55cc xmrig-mo: 6.20.0-mo1 -> 6.21.0-mo2
Changes: https://github.com/MoneroOcean/xmrig/releases/tag/v6.21.0-mo2

Without the change build fails on `master` against `gcc-13` as
https://hydra.nixos.org/build/248994717:

    /build/source/src/backend/opencl/runners/OclRyoRunner.cpp: In member function 'virtual void xmrig::OclRyoRunner::set(const xmrig::Job&, uint8_t*)':
    /build/source/src/backend/opencl/runners/OclRyoRunner.cpp:92:20: error: 'length_error' is not a member of 'std'
       92 |         throw std::length_error("job size too big");
          |                    ^~~~~~~~~~~~
2024-02-23 20:58:23 +00:00
Nick Cao
6f963568d7
Merge pull request #269664 from r-ryantm/auto-update/xmrig
xmrig: 6.20.0 -> 6.21.0
2023-11-25 10:08:22 -05:00
R. Ryantm
2fc0b97e57 xmrig-proxy: 6.20.0 -> 6.21.0 2023-11-25 13:24:33 +00:00
R. Ryantm
73e68f2ed2 xmrig: 6.20.0 -> 6.21.0 2023-11-24 15:31:10 +00:00
arcnmx
0711d3d69b xmrig: add meta.mainProgram
See #246386
2023-10-28 11:21:57 -07:00
R. Ryantm
146074e170 xmrig-mo: 6.19.3-mo1 -> 6.20.0-mo1 2023-08-24 11:38:49 +00:00
Victor Freire
a74c5bbf0a xmrig: disable fortify hardening 2023-08-23 21:36:39 +00:00
R. Ryantm
38723846e4 xmrig-proxy: 6.19.2 -> 6.20.0 2023-08-06 06:04:32 +00:00
R. Ryantm
983f896bf4 xmrig: 6.19.3 -> 6.20.0 2023-07-09 23:39:56 +00:00
R. Ryantm
bb8134e4d6 xmrig: 6.19.1 -> 6.19.3 2023-06-11 08:30:55 +00:00
R. Ryantm
b15c9a094a xmrig-mo: 6.19.2-mo1 -> 6.19.3-mo1 2023-06-06 07:48:58 +00:00
R. Ryantm
2cf69432d1 xmrig-proxy: 6.19.0 -> 6.19.2 2023-04-26 00:54:44 +00:00
R. Ryantm
52bb607095 xmrig-mo: 6.19.1-mo1 -> 6.19.2-mo1 2023-04-21 23:30:37 +00:00
R. Ryantm
5922b34a40 xmrig: 6.19.0 -> 6.19.1 2023-03-30 03:21:28 +00:00
R. Ryantm
a715e773cc xmrig-mo: 6.19.0-mo1 -> 6.19.1-mo1 2023-03-26 05:31:07 +00:00
Weijia Wang
8bb88ba268
Merge pull request #217642 from r-ryantm/auto-update/xmrig-mo
xmrig-mo: 6.18.1-mo1 -> 6.19.0-mo1
2023-02-23 09:43:45 +02:00
Weijia Wang
453be8e802 xmrig-mo: unbreak on more platforms 2023-02-23 06:33:11 +02:00
R. Ryantm
bd9a6ca623 xmrig-mo: 6.18.1-mo1 -> 6.19.0-mo1 2023-02-22 08:25:23 +00:00
Weijia Wang
4c4184ef92 xmrig: add darwin support 2023-02-09 06:51:55 +01:00
R. Ryantm
dac585b9b7 xmrig: 6.18.1 -> 6.19.0 2023-02-08 19:27:34 +00:00
Weijia Wang
2b2a5980e0 xmrig-proxy: 6.18.0 -> 6.19.0 2023-02-05 06:25:30 +01:00
Weijia Wang
f046d3a5c4
Merge pull request #197485 from r-ryantm/auto-update/xmrig-mo
xmrig-mo: 6.18.0-mo1 -> 6.18.1-mo1
2023-01-23 05:25:25 +01:00
R. Ryantm
9898a04319 xmrig-mo: 6.18.0-mo1 -> 6.18.1-mo1 2022-10-24 05:15:15 +00:00
R. Ryantm
06ac03877f xmrig: 6.18.0 -> 6.18.1 2022-10-24 05:15:12 +00:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
R. Ryantm
ffc27ebf62 xmrig-proxy: 6.15.1 -> 6.18.0 2022-08-16 08:12:03 +00:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
Jörg Thalheim
2d7467c64c
Merge pull request #184149 from r-ryantm/auto-update/xmrig
xmrig: 6.17.0 -> 6.18.0
2022-07-31 10:18:32 +01:00
R. Ryantm
b417540d5a xmrig-mo: 6.16.5-mo1 -> 6.18.0-mo1 2022-07-31 07:03:09 +00:00
R. Ryantm
9e158f9553 xmrig: 6.17.0 -> 6.18.0 2022-07-31 07:03:03 +00:00
Rick van Schijndel
37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
4825764518
eb63cc10d5
xmrig-mo: 6.16.4-mo1 -> 6.16.5-mo1 2022-04-13 17:39:21 -04:00