Skip to content

Commit

Permalink
homepage-dashboard: 0.9.6 -> 0.9.8 (#340943)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored Sep 10, 2024
2 parents 33bca54 + 9bc2866 commit ab775a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/servers/homepage-dashboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let
dashboardIcons = fetchFromGitHub {
owner = "walkxcode";
repo = "dashboard-icons";
rev = "a02a5999fe56948671721da8b0830cdd5b609ed7"; # Until 2024-02-25
hash = "sha256-s0Doh4j6CH66fZoQKMt4yc7aLStNFGMVoDp5dvs7+pk=";
rev = "be82e22c418f5980ee2a13064d50f1483df39c8c"; # Until 2024-07-21
hash = "sha256-z69DKzKhCVNnNHjRM3dX/DD+WJOL9wm1Im1nImhBc9Y=";
};

installLocalIcons = ''
Expand All @@ -29,16 +29,16 @@ let
in
buildNpmPackage rec {
pname = "homepage-dashboard";
version = "0.9.6";
version = "0.9.8";

src = fetchFromGitHub {
owner = "gethomepage";
repo = "homepage";
rev = "v${version}";
hash = "sha256-jUKXAqq6Oj8CmOuBUlsf0zDIcK+3MX/czzNDmakN9VM=";
hash = "sha256-WfNUBjg/D3g6GE9ljZZ2lcHBx4XA2ObKjGgQ1VNanv8=";
};

npmDepsHash = "sha256-YjcF8FkURnTurcJ0Iq0ghv/bhu5sFA860jXrn3TkRds=";
npmDepsHash = "sha256-PKqOeTspwlnKhQz65Z2C+GmQu6YTMRyaROgF8dZOdV8=";

preBuild = ''
mkdir -p config
Expand Down

0 comments on commit ab775a1

Please sign in to comment.