homepage-dashboard: 0.8.9 -> 0.8.10 (#298890)

This commit is contained in:
Jon Seager 2024-03-25 11:25:48 +00:00 committed by GitHub
parent f5054f6597
commit e20e5fb451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@ let
in
buildNpmPackage rec {
pname = "homepage-dashboard";
version = "0.8.9";
version = "0.8.10";
src = fetchFromGitHub {
owner = "gethomepage";
repo = "homepage";
rev = "v${version}";
hash = "sha256-wG7+w6Hsqs1skxUyEMx2j3R8qh3dHXtBg2ADdWBPc/g=";
hash = "sha256-mWUjBRepV7RjX4aPzRks/7NUbPyhaxSqarqnIM0NDQs=";
};
npmDepsHash = "sha256-ZpH9rVe3bAhVbq7uTVDvaPpA6XRRKT/ySdytZMlemCE=";