polaris-web: 68 -> 69
Diff: https://github.com/agersant/polaris-web/compare/build-68...build-69
This commit is contained in:
parent
017cdc3ef6
commit
528e1abdab
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "polaris-web";
|
pname = "polaris-web";
|
||||||
version = "68";
|
version = "69";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "agersant";
|
owner = "agersant";
|
||||||
repo = "polaris-web";
|
repo = "polaris-web";
|
||||||
rev = "build-${version}";
|
rev = "build-${version}";
|
||||||
hash = "sha256-YvVNTqv/DQzRyMuDgDdtCyoQbt4EqVztGa0NO92pO/Q=";
|
hash = "sha256-/UmAOunc/79DpZByUrzqNA7q7JNugEceKRZvyTGhtVQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-c11CWJB76gX+Bxmqac3VxWjJxQVzYCaaf+pmQQpnOds=";
|
npmDepsHash = "sha256-c11CWJB76gX+Bxmqac3VxWjJxQVzYCaaf+pmQQpnOds=";
|
||||||
|
|
Loading…
Reference in a new issue