zashboard: 1.77.0 -> 1.80.1 (#399460)

Co-authored-by: emaryn <emaryn@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] emaryn and committed by GitHub e10e68af 4e035a69

+3 -3
+3 -3
pkgs/by-name/za/zashboard/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "zashboard"; 12 - version = "1.77.0"; 12 + version = "1.80.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Zephyruso"; 16 16 repo = "zashboard"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-cjl8yrmx0mpaHRs3uNV6oqpi5/aO4LNsvIv+IPlQEjE="; 18 + hash = "sha256-/M/nDkyMZt1bPW5Aimg+U1Dg5dJOdUh3NnxXMuQxKhg="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ ··· 25 25 26 26 pnpmDeps = pnpm_9.fetchDeps { 27 27 inherit (finalAttrs) pname version src; 28 - hash = "sha256-7mptT9cPhxz1VMtAtU2Na99xLtAoGcUHC0ca87Dv5Ng="; 28 + hash = "sha256-urnkCeGXUA194NiD0BdNFNGRHia0ea+ibKLmuQJ0cgI="; 29 29 }; 30 30 31 31 buildPhase = ''