zashboard: 1.96.0 -> 1.99.0 (#426787)

Co-authored-by: emaryn <emaryn@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-20 00:00:31 +00:00 committed by GitHub
commit 8722e0db43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [