Skip to content

Commit

Permalink
homepage-dashboard: 0.9.12 -> 0.9.13 (#363697)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored Dec 9, 2024
2 parents db86c68 + 0914a10 commit f9f5919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/homepage-dashboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ let
in
buildNpmPackage rec {
pname = "homepage-dashboard";
version = "0.9.12";
version = "0.9.13";

src = fetchFromGitHub {
owner = "gethomepage";
repo = "homepage";
rev = "v${version}";
hash = "sha256-/7MWeCn9vMRlwqYoOf0oldtb1hy0xyKI4+HvnUQIU1c=";
hash = "sha256-Xv3csLOmbcFqLnZ/lqn+3vT9IKdVvxujooG2gelOXmE=";
};

npmDepsHash = "sha256-Hajc6Ift8V6Q3h6DiePc31nNBVsOm0L97wnEe+fwXPI=";
Expand Down

0 comments on commit f9f5919

Please sign in to comment.