Skip to content

Commit 09a8e9d

Browse files
jnsgrukbjornfor
authored andcommitted
homepage-dashboard: 0.10.8 -> 0.10.9
1 parent 51e530e commit 09a8e9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/servers/homepage-dashboard/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
}:
1515
let
1616
dashboardIcons = fetchFromGitHub {
17-
owner = "walkxcode";
17+
owner = "homarr-labs";
1818
repo = "dashboard-icons";
19-
rev = "be82e22c418f5980ee2a13064d50f1483df39c8c"; # Until 2024-07-21
20-
hash = "sha256-z69DKzKhCVNnNHjRM3dX/DD+WJOL9wm1Im1nImhBc9Y=";
19+
rev = "51a2ae7b101c520bcfb5b44e5ddc99e658bc1e21"; # Until 2025-01-06
20+
hash = "sha256-rKXeMAhHV0Ax7mVFyn6hIZXm5RFkbGakjugU0DG0jLM=";
2121
};
2222

2323
installLocalIcons = ''
@@ -29,13 +29,13 @@ let
2929
in
3030
buildNpmPackage rec {
3131
pname = "homepage-dashboard";
32-
version = "0.10.8";
32+
version = "0.10.9";
3333

3434
src = fetchFromGitHub {
3535
owner = "gethomepage";
3636
repo = "homepage";
3737
rev = "v${version}";
38-
hash = "sha256-eFRWkwPSXQFhyKORpOTe9ifCX25ZeyVG7iezRmMxPvA=";
38+
hash = "sha256-q8+uoikHMQVuTrVSH8tPsoI5655ZStMc/7tmoAfoZIY=";
3939
};
4040

4141
npmDepsHash = "sha256-N39gwct2U4UxlIL5ceDzzU7HpA6xh2WksrZNxGz04PU=";

0 commit comments

Comments
 (0)