mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
polaris-web: build-54 -> build-55
This commit is contained in:
parent
fc07622617
commit
807dd234b5
2
pkgs/servers/polaris/node-packages.nix
generated
2
pkgs/servers/polaris/node-packages.nix
generated
@ -3564,7 +3564,7 @@ let
|
||||
name = "polaris-web";
|
||||
packageName = "polaris-web";
|
||||
version = "1.0.0";
|
||||
src = ../../../../../../../../../nix/store/jmc09cn278v9s9s503ani8jn55gqwfx7-source;
|
||||
src = ../../../../../../../../../nix/store/fgp5qgah5zc0x8fx5la4fvnnmp45avzw-source;
|
||||
dependencies = [
|
||||
sources."@babel/code-frame-7.16.7"
|
||||
(sources."@babel/highlight-7.16.10" // {
|
||||
|
@ -8,13 +8,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "polaris-web";
|
||||
version = "build-54";
|
||||
version = "build-55";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "agersant";
|
||||
repo = "polaris-web";
|
||||
rev = "${version}";
|
||||
sha256 = "+Tpj4XgWL1U+Y33YbEruilfV/6WGl8Dtj9FdXm2JVNU=";
|
||||
sha256 = "2XqU4sExF7Or7RxpOK2XU9APtBujfPhM/VkOLKVDvF4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user