···7788buildNpmPackage rec {99 pname = "asf-ui";1010- version = "c3113782bc4895099b1a07a0e811d1e5af871ddc";1010+ version = "6f0393c091d04ecb69dff790f6146cc375b71268";11111212 src = fetchFromGitHub {1313 owner = "JustArchiNET";···1515 # updated by the update script1616 # this is always the commit that should be used with asf-ui from the latest asf version1717 rev = version;1818- hash = "sha256-B2gn40LWVm75pwV5sQpv1gRsNof9tQUDClu7oLSz/VM=";1818+ hash = "sha256-Mj7ubIB84gCE/Y3ZzISQ4coGLGZfg4curuBYQdRWiUY=";1919 };20202121- npmDepsHash = "sha256-Btf/S3ia8Uo/ChrKoYKRk9sKS+ZuQGtaAnaQeGDTIYI=";2121+ npmDepsHash = "sha256-b5L1Lcmehv8aheFaYp0iPyNhwekOiq8J4rVaE4/Oqj4=";22222323 installPhase = ''2424 runHook preInstall
···13321332 oathToolkit = oath-toolkit; # Added 2022-04-0413331333 oauth2_proxy = throw "'oauth2_proxy' has been renamed to/replaced by 'oauth2-proxy'"; # Converted to throw 2024-10-1713341334 ocis-bin = throw "ocis-bin has been renamed to ocis_5-bin'. Future major.minor versions will be made available as separate packages"; # Added 2025-03-3013351335+ odoo15 = throw "odoo15 has been removed from nixpkgs as it is unsupported; migrate to a newer version of odoo"; # Added 2025-05-0613351336 oil = lib.warnOnInstantiate "Oil has been replaced with the faster native C++ version and renamed to 'oils-for-unix'. See also https://github.com/oils-for-unix/oils/wiki/Oils-Deployments" oils-for-unix; # Added 2024-10-2213361337 onevpl-intel-gpu = lib.warnOnInstantiate "onevpl-intel-gpu has been renamed to vpl-gpu-rt" vpl-gpu-rt; # Added 2024-06-0413371338 openai-whisper-cpp = whisper-cpp; # Added 2024-12-13