polaris-web: 68 -> 69

Diff: https://github.com/agersant/polaris-web/compare/build-68...build-69
This commit is contained in:
Peder Bergebakken Sundt 2024-01-23 02:32:46 +01:00
parent 017cdc3ef6
commit 528e1abdab

View File

@ -5,13 +5,13 @@
buildNpmPackage rec {
pname = "polaris-web";
version = "68";
version = "69";
src = fetchFromGitHub {
owner = "agersant";
repo = "polaris-web";
rev = "build-${version}";
hash = "sha256-YvVNTqv/DQzRyMuDgDdtCyoQbt4EqVztGa0NO92pO/Q=";
hash = "sha256-/UmAOunc/79DpZByUrzqNA7q7JNugEceKRZvyTGhtVQ=";
};
npmDepsHash = "sha256-c11CWJB76gX+Bxmqac3VxWjJxQVzYCaaf+pmQQpnOds=";