homepage-dashboard: 0.8.4 -> 0.8.6

https://github.com/gethomepage/homepage/releases/tag/v0.8.6
This commit is contained in:
Jon Seager 2024-01-22 09:14:56 +00:00
parent 18e5176621
commit 91ea2e05ab
No known key found for this signature in database

View File

@ -13,13 +13,13 @@
buildNpmPackage rec {
pname = "homepage-dashboard";
version = "0.8.4";
version = "0.8.6";
src = fetchFromGitHub {
owner = "gethomepage";
repo = "homepage";
rev = "v${version}";
hash = "sha256-WjyOpR8DcjlJJgUkWortc0ApgpusknTSeVQlSa5rCRQ=";
hash = "sha256-ws4zPt6N4gPRLgJAeozPlbSJm0mOQKmkOZpKeB1y+J0=";
};
npmDepsHash = "sha256-RC2Y4XZqO+mLEKQxq+j2ukZYi/uu9XIjYadxek9P+SM=";