1 { lib, fetchFromGitHub, buildNpmPackage, ArchiSteamFarm }:
5 version = "7c5eb33a79736ca57acff776af4bd88816773247";
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-oOeXyhDnW2jeKGssxzgMIQElkH1uT5IALiXwxUg1ETQ=";
16 npmDepsHash = "sha256-nofLj2PaL+A/M6F6vteh4SmONmsQ5kLPOZ/jxokubgU=";
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;