Skip to content

Commit

Permalink
homepage-dashboard: 0.9.13 -> 0.10.6 (NixOS#369413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored Dec 30, 2024
2 parents c6eeaf6 + 5ff2eb8 commit 35c6926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/homepage-dashboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ let
in
buildNpmPackage rec {
pname = "homepage-dashboard";
version = "0.9.13";
version = "0.10.6";

src = fetchFromGitHub {
owner = "gethomepage";
repo = "homepage";
rev = "v${version}";
hash = "sha256-Xv3csLOmbcFqLnZ/lqn+3vT9IKdVvxujooG2gelOXmE=";
hash = "sha256-5JdCd/A+wmsZic0OsbqBBTUQO/SinnUtDKYy7iUmtAs=";
};

npmDepsHash = "sha256-Hajc6Ift8V6Q3h6DiePc31nNBVsOm0L97wnEe+fwXPI=";
npmDepsHash = "sha256-AW7lNkvQeeHkAf6Q23912LiSHJMelR9+4KVSKdlFqd0=";

preBuild = ''
mkdir -p config
Expand Down

0 comments on commit 35c6926

Please sign in to comment.