File tree Expand file tree Collapse file tree 3 files changed +31
-31
lines changed
pkgs/applications/misc/ArchiSteamFarm Expand file tree Collapse file tree 3 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1111buildDotnetModule rec {
1212 pname = "ArchiSteamFarm" ;
1313 # nixpkgs-update: no auto update
14- version = "6.0.7.5 " ;
14+ version = "6.0.8.7 " ;
1515
1616 src = fetchFromGitHub {
1717 owner = "JustArchiNET" ;
1818 repo = "ArchiSteamFarm" ;
1919 rev = version ;
20- hash = "sha256-YmwbANzwpda/ZJyGZ5lqa/4AVz7QNTXqHXOJNiZcc/M =" ;
20+ hash = "sha256-PnHMJtM4lWuRn+7J9NxObEOJi4pbYEChcpcAJ+EdtSI =" ;
2121 } ;
2222
2323 dotnet-runtime = dotnetCorePackages . aspnetcore_8_0 ;
Original file line number Diff line number Diff line change 22
33buildNpmPackage rec {
44 pname = "asf-ui" ;
5- version = "9f5672d65a1bd3b0f5d16ea6a1b5d220d670223c " ;
5+ version = "7c5eb33a79736ca57acff776af4bd88816773247 " ;
66
77 src = fetchFromGitHub {
88 owner = "JustArchiNET" ;
99 repo = "ASF-ui" ;
1010 # updated by the update script
1111 # this is always the commit that should be used with asf-ui from the latest asf version
1212 rev = version ;
13- hash = "sha256-ngIPUy3iAkC5yFsH9lZlRcBlFs4sEkzfTrJ+ajB+weo =" ;
13+ hash = "sha256-oOeXyhDnW2jeKGssxzgMIQElkH1uT5IALiXwxUg1ETQ =" ;
1414 } ;
1515
16- npmDepsHash = "sha256-GKkXh0FjsorllAukg6hYBSU0JEP6Bv7tvzEgRM4zAgw =" ;
16+ npmDepsHash = "sha256-nofLj2PaL+A/M6F6vteh4SmONmsQ5kLPOZ/jxokubgU =" ;
1717
1818 installPhase = ''
1919 runHook preInstall
You can’t perform that action at this time.
0 commit comments