polaris-web: build-50 -> build-54
This commit is contained in:
parent
95e157f670
commit
cfe56470cb
2 changed files with 1440 additions and 6963 deletions
8363
pkgs/servers/polaris/node-packages.nix
generated
8363
pkgs/servers/polaris/node-packages.nix
generated
File diff suppressed because it is too large
Load diff
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "polaris-web";
|
pname = "polaris-web";
|
||||||
version = "build-50";
|
version = "build-54";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "agersant";
|
owner = "agersant";
|
||||||
repo = "polaris-web";
|
repo = "polaris-web";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "Xe+eAlWIDJR4CH1KCQaVlMAunpEikrmD96B5cqFWYYM=";
|
sha256 = "+Tpj4XgWL1U+Y33YbEruilfV/6WGl8Dtj9FdXm2JVNU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue