polaris-web: build-54 -> build-55

authored by

R. Ryantm and committed by
Bobby Rong
807dd234 fc076226

+3 -3
+1 -1
pkgs/servers/polaris/node-packages.nix
··· 3564 3564 name = "polaris-web"; 3565 3565 packageName = "polaris-web"; 3566 3566 version = "1.0.0"; 3567 - src = ../../../../../../../../../nix/store/jmc09cn278v9s9s503ani8jn55gqwfx7-source; 3567 + src = ../../../../../../../../../nix/store/fgp5qgah5zc0x8fx5la4fvnnmp45avzw-source; 3568 3568 dependencies = [ 3569 3569 sources."@babel/code-frame-7.16.7" 3570 3570 (sources."@babel/highlight-7.16.10" // {
+2 -2
pkgs/servers/polaris/web.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "polaris-web"; 11 - version = "build-54"; 11 + version = "build-55"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "agersant"; 15 15 repo = "polaris-web"; 16 16 rev = "${version}"; 17 - sha256 = "+Tpj4XgWL1U+Y33YbEruilfV/6WGl8Dtj9FdXm2JVNU="; 17 + sha256 = "2XqU4sExF7Or7RxpOK2XU9APtBujfPhM/VkOLKVDvF4="; 18 18 }; 19 19 20 20 nativeBuildInputs = [