homepage-dashboard: 0.8.11 -> 0.8.12

This commit is contained in:
Jon Seager 2024-04-17 09:50:03 +01:00
parent 245f720d6a
commit 3b94be4491
No known key found for this signature in database
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.11";
version = "0.8.12";
src = fetchFromGitHub {
owner = "gethomepage";
repo = "homepage";
rev = "v${version}";
hash = "sha256-vKKdyPUsKfTOBhOFw7psKU0YezLFPt7mrP1RqIyxrss=";
hash = "sha256-71s7Hy5brYof9fgzYxq/HGruyzxFbOfKkOLnpUY0fp8=";
};
npmDepsHash = "sha256-w3Wmutru91Zt+kAZ0PBf2CdpgdpxFRoqUmE/0CAu/z4=";