polaris-web build-55 -> build-67 https://github.com/agersant/polaris-web/releases attrpath: polaris-web Checking auto update branch... No auto update branch exists Old version build-55" not present in master derivation file with contents: { lib , buildNpmPackage , fetchFromGitHub }: buildNpmPackage rec { pname = "polaris-web"; version = "67"; src = fetchFromGitHub { owner = "agersant"; repo = "polaris-web"; rev = "build-${version}"; hash = "sha256-mhrgHNbqxLhhLWP4eu1A3ytrx9Q3X0EESL2LuTfgsBE="; }; npmDepsHash = "sha256-lScXbxkJiRq5LLFkoz5oZsmKz8I/t1rZJVonfct9r+0="; env.CYPRESS_INSTALL_BINARY = "0"; npmBuildScript = "production"; installPhase = '' runHook preInstall mkdir -p $out/share cp -a dist $out/share/polaris-web runHook postInstall ''; meta = with lib; { description = "Web client for Polaris"; homepage = "https://github.com/agersant/polaris-web"; license = licenses.mit; maintainers = with maintainers; [ pbsds ]; }; } polaris-web 0 -> 1 attrpath: polaris-web Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - nodejs: fix cross-compilation from aarch64-linux to x86_64-linux URL "https://api.github.com/repos/NixOS/nixpkgs/issues/238377" - treewide: don't set phases URL "https://api.github.com/repos/NixOS/nixpkgs/issues/186899" - libnftnl: Enable parallel building. Disable -fortify when cross-compiling with Clang URL "https://api.github.com/repos/NixOS/nixpkgs/issues/195975"