Merge pull request #258310 from pbsds/bump-1696087011-polaris-web

polaris-web: 67 -> 68
This commit is contained in:
Mario Rodas 2023-10-01 07:03:40 -05:00 committed by GitHub
commit c549a20116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,7 @@
, nix-update-script
, polaris-web
, darwin
, nixosTests
}:
rustPlatform.buildRustPackage rec {
@ -58,6 +59,7 @@ rustPlatform.buildRustPackage rec {
__darwinAllowLocalNetworking = true;
passthru.tests = nixosTests.polaris;
passthru.updateScript = nix-update-script {
attrPath = pname;
};

View File

@ -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";