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

This commit is contained in:
R. Ryantm 2022-11-06 21:29:25 +00:00 committed by Bobby Rong
parent fc07622617
commit 807dd234b5
2 changed files with 3 additions and 3 deletions

View File

@ -3564,7 +3564,7 @@ let
name = "polaris-web"; name = "polaris-web";
packageName = "polaris-web"; packageName = "polaris-web";
version = "1.0.0"; version = "1.0.0";
src = ../../../../../../../../../nix/store/jmc09cn278v9s9s503ani8jn55gqwfx7-source; src = ../../../../../../../../../nix/store/fgp5qgah5zc0x8fx5la4fvnnmp45avzw-source;
dependencies = [ dependencies = [
sources."@babel/code-frame-7.16.7" sources."@babel/code-frame-7.16.7"
(sources."@babel/highlight-7.16.10" // { (sources."@babel/highlight-7.16.10" // {

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "polaris-web"; pname = "polaris-web";
version = "build-54"; version = "build-55";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "agersant"; owner = "agersant";
repo = "polaris-web"; repo = "polaris-web";
rev = "${version}"; rev = "${version}";
sha256 = "+Tpj4XgWL1U+Y33YbEruilfV/6WGl8Dtj9FdXm2JVNU="; sha256 = "2XqU4sExF7Or7RxpOK2XU9APtBujfPhM/VkOLKVDvF4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [