zashboard: 1.93.0 -> 1.94.0 (#416208)

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

authored by nixpkgs-merge-bot[bot] emaryn and committed by GitHub cf7c43aa 18db32bd

+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.93.0"; 12 + version = "1.94.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Zephyruso"; 16 16 repo = "zashboard"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-0YlFDmn5XAQiGxGpFJtVgtFdPbxApVlsqRLwIun0YtI="; 18 + hash = "sha256-jhnK7G1OLAntVRpozVCn/Gky3qy6rAu8Eevs0nLTvSI="; 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-LYHBWNMTZQU1sXwwpAmBaypLDR3w/T9i9WdOoI+TcEo="; 28 + hash = "sha256-hZ6Lvj4YimhIKFu/fJHCd+EOCny+RSFMOdhBcUUNqNw="; 29 29 }; 30 30 31 31 buildPhase = ''