1 { lib, fetchFromGitHub, buildNpmPackage, ArchiSteamFarm }:
5 version = "1641151b9f430908bc63bbe9927fa8414538e7f1";
7 src = fetchFromGitHub {
8 owner = "JustArchiNET";
10 # updated by the update script
11 # this is always the commit that should be used with asf-ui from the latest asf version
13 hash = "sha256-0qfX0vHaDY4Mv9N6nXcn2/9DgRAAl07c8eNHBC3rX6I=";
16 npmDepsHash = "sha256-/DRkzwU32RgXR+58MrD2KbxF55nJJxnMAnU3kafqtXg=";
28 description = "Official web interface for ASF";
29 license = licenses.asl20;
30 homepage = "https://github.com/JustArchiNET/ASF-ui";
31 inherit (ArchiSteamFarm.meta) maintainers platforms;