Commit Graph

83 Commits

Author SHA1 Message Date
Sandro Jäckel
1841ad02a3
ArchiSteamFarm: fix shellcheck problems 2022-06-06 02:11:51 +02:00
lom
d60e225ffa ArchiSteamFarm.ui: update 2022-06-01 14:58:49 -06:00
lom
07747e3884 ArchiSteamFarm: 5.2.5.7 -> 5.2.6.3 2022-06-01 14:58:49 -06:00
Sandro
b9c9593a88
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
mdarocha
bcbdfeb415 ArchiSteamFarm: update dependencies, fixes to updater.sh
- use the currently checked out nixpkgs instead of the system one
- add --only-deps flag to allow updating dependencies without bumping
  the version
- run properly with --deps-only flags even when the version is latest

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>
2022-05-23 17:08:38 +02:00
lom
a9e4b8b12b archisteamfarm.ui: update 2022-05-21 07:57:21 -06:00
lom
98b5304c64 archisteamfarm: 5.2.2.4 -> 5.2.5.7 2022-05-21 07:57:15 -06:00
Ivar Scholten
578589e1da treewide: remove unneeded dotnet SDK version pins
These derivations use buildDotnetModule, which has had its default
dotnet version changed recently. This patch removes redundantly setting
the SDK/runtime to version 6.
2022-05-16 21:39:47 +02:00
mdarocha
5b447f98e1 ArchiSteamFarm: fix aarch64 build 2022-05-11 19:55:45 +02:00
mdarocha
5f44196692 ArchiSteamFarm: update dependencies 2022-04-25 07:35:57 +02:00
Sandro
b4d69f1fbe
ArchiSteamFarm: disable nixpkgs-update 2022-04-13 12:10:17 +02:00
Tony Höglund
3bb23a5b32 archisteamfarm: update dependencies 2022-03-18 07:24:53 +01:00
legendofmiracles
92d7fa372b
ArchiSteamFarm: 5.2.1.5 -> 5.2.2.4; ASF-ui: update 2022-02-03 11:32:05 -06:00
legendofmiracles
7d1d2fe2f8
ArchiSteamFarm: 5.2.0.10 -> 5.2.1.5; ASF-ui: update 2022-01-09 20:26:03 -06:00
legendofmiracles
6ec211a5bc
ArchiSteamFarm: support aarch64 in the update script 2022-01-05 14:09:25 -06:00
legendofmiracles
5ff685cca5
ArchiSteamFarm: fix build for #145090 and #151468 2022-01-05 14:09:25 -06:00
legendofmiracles
b61a335d61
ArchiSteamFarm: fix build on aarch64 2022-01-05 14:09:25 -06:00
legendofmiracles
86f45c7c6f
ArchiSteamFarm: 5.2.0.9 -> 5.2.0.10; ASF-ui: update 2022-01-05 14:09:24 -06:00
legendofmiracles
4b513af501
ArchiSteamFarm: 5.1.5.3 -> 5.2.0.9 & ASF-ui: update 2022-01-05 14:09:24 -06:00
legendofmiracles
98ccbafb05
ASF-ui: init 2022-01-05 14:09:24 -06:00
Felix Buehler
81eb599e8d nuget-to-nix: update to use pname instead of name 2021-12-23 22:47:34 +01:00
legendofmiracles
b9e6351d30
maintainers: rename legendofmiracles to lom 2021-12-01 17:19:48 -06:00
legendofmiracles
1eeffcbc01
ArchiSteamFarm: fix build 2021-11-24 20:16:41 -06:00
legendofmiracles
9a65a60a20
ArchiSteamFarm: 4.3.1.0 -> 5.1.5.3, use buildDotnetModule (#145542)
* ArchiSteamFarm: 4.3.1.0 -> 5.1.5.3, use buildDotnetModule

* ArchiSteamFarm: fix suggestions

Co-authored-by: IvarWithoutBones <ivar.scholten@protonmail.com>
2021-11-14 22:19:26 +01:00
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02: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
Sandro Jäckel
f9f1691050
ArchiSteamFarm: 4.3.0.6 -> 4.3.1.0 2020-10-19 21:40:12 +02:00
gnidorah
708f3ce52f
ArchiSteamFarm: 4.2.4.0 -> 4.3.0.6 (#99972) 2020-10-07 17:55:26 -04:00
gnidorah
4269da36d1 ArchiSteamFarm: 4.2.3.6 -> 4.2.4.0 2020-09-13 09:37:44 -07:00
gnidorah
eaf6ef8f00 ArchiSteamFarm: 4.2.3.3 -> 4.2.3.6 2020-08-06 09:26:06 +03:00
gnidorah
093dba3264 ArchiSteamFarm: 4.2.2.1 -> 4.2.3.3 2020-06-26 16:13:27 +03:00
gnidorah
fbfa6449f0
ArchiSteamFarm: 4.2.0.6 -> 4.2.2.1 (#90219) 2020-06-15 13:29:02 -04:00
gnidorah
a21cda2c30
ArchiSteamFarm: init at 4.2.0.6 (#86219) 2020-05-20 12:49:01 -04:00