···78buildNpmPackage rec {
9 pname = "asf-ui";
10- version = "9920764dafb0a7a87c355d9c87aff285e41494be";
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-w4pYFCdJiHocy41az4/tjWdBwAdI68RV/N8I0Onsofg=";
19 };
2021- npmDepsHash = "sha256-V9u+n4CTB+BU0zeiB8vLpFkI2VJGArU6WL+PFfi624M=";
2223 installPhase = ''
24 runHook preInstall
···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