pkgs: homer: 24.02.1 -> 24.05.1

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-07-03 17:14:40 +02:00
parent 46aaba83f1
commit ec5fbc889f
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A
2 changed files with 2499 additions and 2106 deletions

View file

@ -2,13 +2,13 @@
buildNpmPackage rec {
pname = "homer";
version = "24.02.1";
version = "24.05.1";
src = fetchFromGitHub {
owner = "bastienwirtz";
repo = pname;
rev = "v${version}";
hash = "sha256-+zwp7Q3rIg1A5WubXXqyQ0/i3S9ApRQo3/t3c9KsBZw=";
hash = "sha256-7Q6lQaQMyeIfIu8GMtW/G5OYsgwSNWguihjCTjIduhs=";
};
# run `npm install --package-lock-only` to regenerate package-lock.json
@ -29,5 +29,5 @@ buildNpmPackage rec {
runHook postInstall
'';
npmDepsHash = "sha256-eMQ7o6Kom+xkD0ZFH/kPqaH66a/GaPy69PHCD2obLQE=";
npmDepsHash = "sha256-YXY+AcWD3o6oxRjv/4/mA9i6rfRsi7L5STn+9OUSnN4=";
}

File diff suppressed because it is too large Load diff