zashboard: 1.94.2 -> 1.96.0 (#421641)

Co-authored-by: emaryn <emaryn@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-02 00:01:23 +00:00 committed by GitHub
commit 376a91ea05
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.94.2";
version = "1.96.0";
src = fetchFromGitHub {
owner = "Zephyruso";
repo = "zashboard";
tag = "v${finalAttrs.version}";
hash = "sha256-bG4fa6lsOsHYly6ORDx9WzUjgW5liY8hgUblYicbXXY=";
hash = "sha256-3sY3C4iNqVPhbwWCzGRRJ9pDfewPq7q70kMrXuqZQpc=";
};
nativeBuildInputs = [