Skip to content

Commit 003b8e5

Browse files
ArchiSteamFarm: 6.1.7.8 -> 6.2.0.5 (#430676)
2 parents a3e0722 + 71e3051 commit 003b8e5

File tree

3 files changed

+44
-64
lines changed

3 files changed

+44
-64
lines changed

pkgs/applications/misc/ArchiSteamFarm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
buildDotnetModule rec {
1313
pname = "ArchiSteamFarm";
1414
# nixpkgs-update: no auto update
15-
version = "6.1.7.8";
15+
version = "6.2.0.5";
1616

1717
src = fetchFromGitHub {
1818
owner = "JustArchiNET";
1919
repo = "ArchiSteamFarm";
2020
rev = version;
21-
hash = "sha256-bdjkYrfaC/5rKqRmKr+NVmCMU871WJFNRdh92i8GJF8=";
21+
hash = "sha256-CNnSsFBeO3BHUbom0eytfz02Q7QBv8JEmHbgPSL7I3Y=";
2222
};
2323

2424
dotnet-runtime = dotnetCorePackages.aspnetcore_9_0;

pkgs/applications/misc/ArchiSteamFarm/deps.json

Lines changed: 39 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/applications/misc/ArchiSteamFarm/web-ui/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
buildNpmPackage rec {
99
pname = "asf-ui";
10-
version = "b984a9de784afb9d11364b3541961888cab8e025";
10+
version = "cd42a0272ce9449b38d0654374867a409681a779";
1111

1212
src = fetchFromGitHub {
1313
owner = "JustArchiNET";
1414
repo = "ASF-ui";
1515
# updated by the update script
1616
# this is always the commit that should be used with asf-ui from the latest asf version
1717
rev = version;
18-
hash = "sha256-qipcDwn6Jte8MRUIgmYSuMzs4sewItlzFIeupYKkg+A=";
18+
hash = "sha256-dQVfgQM1b+UON+UO+sybCbn8OsriJp/tahzInVNwoqw=";
1919
};
2020

21-
npmDepsHash = "sha256-UhakvqDoWxt/nudEqUZcp8Bk0sIdYSXCYHv8YbsrWDU=";
21+
npmDepsHash = "sha256-x2jBtpP3sVJNIFzlKvUhtqWX7H8OM4bnBcE70NQwCRA=";
2222

2323
installPhase = ''
2424
runHook preInstall

0 commit comments

Comments
 (0)