Loading pkgs/servers/polaris/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nix-update-script , polaris-web , darwin , nixosTests }: rustPlatform.buildRustPackage rec { Loading Loading @@ -58,6 +59,7 @@ rustPlatform.buildRustPackage rec { __darwinAllowLocalNetworking = true; passthru.tests = nixosTests.polaris; passthru.updateScript = nix-update-script { attrPath = pname; }; Loading pkgs/servers/polaris/web.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ buildNpmPackage rec { pname = "polaris-web"; version = "67"; version = "68"; src = fetchFromGitHub { owner = "agersant"; repo = "polaris-web"; rev = "build-${version}"; hash = "sha256-mhrgHNbqxLhhLWP4eu1A3ytrx9Q3X0EESL2LuTfgsBE="; hash = "sha256-YvVNTqv/DQzRyMuDgDdtCyoQbt4EqVztGa0NO92pO/Q="; }; npmDepsHash = "sha256-lScXbxkJiRq5LLFkoz5oZsmKz8I/t1rZJVonfct9r+0="; npmDepsHash = "sha256-c11CWJB76gX+Bxmqac3VxWjJxQVzYCaaf+pmQQpnOds="; env.CYPRESS_INSTALL_BINARY = "0"; Loading Loading
pkgs/servers/polaris/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nix-update-script , polaris-web , darwin , nixosTests }: rustPlatform.buildRustPackage rec { Loading Loading @@ -58,6 +59,7 @@ rustPlatform.buildRustPackage rec { __darwinAllowLocalNetworking = true; passthru.tests = nixosTests.polaris; passthru.updateScript = nix-update-script { attrPath = pname; }; Loading
pkgs/servers/polaris/web.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ buildNpmPackage rec { pname = "polaris-web"; version = "67"; version = "68"; src = fetchFromGitHub { owner = "agersant"; repo = "polaris-web"; rev = "build-${version}"; hash = "sha256-mhrgHNbqxLhhLWP4eu1A3ytrx9Q3X0EESL2LuTfgsBE="; hash = "sha256-YvVNTqv/DQzRyMuDgDdtCyoQbt4EqVztGa0NO92pO/Q="; }; npmDepsHash = "sha256-lScXbxkJiRq5LLFkoz5oZsmKz8I/t1rZJVonfct9r+0="; npmDepsHash = "sha256-c11CWJB76gX+Bxmqac3VxWjJxQVzYCaaf+pmQQpnOds="; env.CYPRESS_INSTALL_BINARY = "0"; Loading