From 528e1abdabd63976ed396277f2c750790ac116cd Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 23 Jan 2024 02:32:46 +0100 Subject: [PATCH] polaris-web: 68 -> 69 Diff: https://github.com/agersant/polaris-web/compare/build-68...build-69 --- pkgs/servers/polaris/web.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/polaris/web.nix b/pkgs/servers/polaris/web.nix index 19d35103281d..1834c01a0547 100644 --- a/pkgs/servers/polaris/web.nix +++ b/pkgs/servers/polaris/web.nix @@ -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=";