···78buildNpmPackage rec {
9 pname = "asf-ui";
10- version = "b984a9de784afb9d11364b3541961888cab8e025";
1112 src = fetchFromGitHub {
13 owner = "JustArchiNET";
···15 # updated by the update script
16 # this is always the commit that should be used with asf-ui from the latest asf version
17 rev = version;
18- hash = "sha256-qipcDwn6Jte8MRUIgmYSuMzs4sewItlzFIeupYKkg+A=";
19 };
2021- npmDepsHash = "sha256-UhakvqDoWxt/nudEqUZcp8Bk0sIdYSXCYHv8YbsrWDU=";
2223 installPhase = ''
24 runHook preInstall
···78buildNpmPackage rec {
9 pname = "asf-ui";
10+ version = "cd42a0272ce9449b38d0654374867a409681a779";
1112 src = fetchFromGitHub {
13 owner = "JustArchiNET";
···15 # updated by the update script
16 # this is always the commit that should be used with asf-ui from the latest asf version
17 rev = version;
18+ hash = "sha256-dQVfgQM1b+UON+UO+sybCbn8OsriJp/tahzInVNwoqw=";
19 };
2021+ npmDepsHash = "sha256-x2jBtpP3sVJNIFzlKvUhtqWX7H8OM4bnBcE70NQwCRA=";
2223 installPhase = ''
24 runHook preInstall