File tree Expand file tree Collapse file tree 3 files changed +44
-64
lines changed
pkgs/applications/misc/ArchiSteamFarm Expand file tree Collapse file tree 3 files changed +44
-64
lines changed Original file line number Diff line number Diff line change 12
12
buildDotnetModule rec {
13
13
pname = "ArchiSteamFarm" ;
14
14
# nixpkgs-update: no auto update
15
- version = "6.1.7.8 " ;
15
+ version = "6.2.0.5 " ;
16
16
17
17
src = fetchFromGitHub {
18
18
owner = "JustArchiNET" ;
19
19
repo = "ArchiSteamFarm" ;
20
20
rev = version ;
21
- hash = "sha256-bdjkYrfaC/5rKqRmKr+NVmCMU871WJFNRdh92i8GJF8 =" ;
21
+ hash = "sha256-CNnSsFBeO3BHUbom0eytfz02Q7QBv8JEmHbgPSL7I3Y =" ;
22
22
} ;
23
23
24
24
dotnet-runtime = dotnetCorePackages . aspnetcore_9_0 ;
Original file line number Diff line number Diff line change 7
7
8
8
buildNpmPackage rec {
9
9
pname = "asf-ui" ;
10
- version = "b984a9de784afb9d11364b3541961888cab8e025 " ;
10
+ version = "cd42a0272ce9449b38d0654374867a409681a779 " ;
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "JustArchiNET" ;
14
14
repo = "ASF-ui" ;
15
15
# updated by the update script
16
16
# this is always the commit that should be used with asf-ui from the latest asf version
17
17
rev = version ;
18
- hash = "sha256-qipcDwn6Jte8MRUIgmYSuMzs4sewItlzFIeupYKkg+A =" ;
18
+ hash = "sha256-dQVfgQM1b+UON+UO+sybCbn8OsriJp/tahzInVNwoqw =" ;
19
19
} ;
20
20
21
- npmDepsHash = "sha256-UhakvqDoWxt/nudEqUZcp8Bk0sIdYSXCYHv8YbsrWDU =" ;
21
+ npmDepsHash = "sha256-x2jBtpP3sVJNIFzlKvUhtqWX7H8OM4bnBcE70NQwCRA =" ;
22
22
23
23
installPhase = ''
24
24
runHook preInstall
You can’t perform that action at this time.
0 commit comments