zashboard: 3.7.1 -> 3.9.0

This commit is contained in:
R. Ryantm
2026-06-14 15:18:10 +00:00
parent 86ab56c568
commit 7fa1b4c628
+2 -2
View File
@@ -12,13 +12,13 @@ let
in
buildNpmPackage (finalAttrs: {
pname = "zashboard";
version = "3.7.1";
version = "3.9.0";
src = fetchFromGitHub {
owner = "Zephyruso";
repo = "zashboard";
tag = "v${finalAttrs.version}";
hash = "sha256-XMhMYYYxdseHIAC1iJVgd5N0A0cb9zDR/nEugLpmalk=";
hash = "sha256-QUu1HNGjxcT/oNO6XEiUpQ6TfMwLv9MQIsAtff+hYsY=";
};
npmDeps = null;