zashboard: 1.96.0 -> 1.99.0

This commit is contained in:
R. Ryantm
2025-07-19 23:44:21 +00:00
parent d41e390a08
commit 247cd7ecd4

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zashboard";
version = "1.96.0";
version = "1.99.0";
src = fetchFromGitHub {
owner = "Zephyruso";
repo = "zashboard";
tag = "v${finalAttrs.version}";
hash = "sha256-3sY3C4iNqVPhbwWCzGRRJ9pDfewPq7q70kMrXuqZQpc=";
hash = "sha256-xCyPKCfALCogmkXCFV79nKcFPp4SixmuZWIdKmXxHmY=";
};
nativeBuildInputs = [