zashboard: 1.101.1 -> 1.103.0

This commit is contained in:
R. Ryantm
2025-09-03 17:31:31 +00:00
parent 33d95fc710
commit 31fedda588
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zashboard";
version = "1.101.1";
version = "1.103.0";
src = fetchFromGitHub {
owner = "Zephyruso";
repo = "zashboard";
tag = "v${finalAttrs.version}";
hash = "sha256-yUmslvMjkvGvLBL8RtPHBc+kjBL6QGsO1W2vs4PVQ6Q=";
hash = "sha256-7XO4VjAwa6yjW5gxUOEXhkNYH24iP5iVnYtP+CKyfaU=";
};
nativeBuildInputs = [