uptime-kuma: 1.23.12 -> 1.23.13
This commit is contained in:
parent
8cf34f783f
commit
5f7b2308dd
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "uptime-kuma";
|
pname = "uptime-kuma";
|
||||||
version = "1.23.12";
|
version = "1.23.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "louislam";
|
owner = "louislam";
|
||||||
repo = "uptime-kuma";
|
repo = "uptime-kuma";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-uMdqCK0aJcnLJoceLs95En2qTZalcTfLWUBAJJt4ovk=";
|
hash = "sha256-7JWn78gRLzuXuZjhTvjdJ7JVtLOtQ08zyokqkPdzYh0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-gt7Ci8jh1u+i/PaNYp2mr9YPUOwYMMZtZ9Oic4i8chs=";
|
npmDepsHash = "sha256-MKONzKCGYeMQK8JR9W9KiPLaqP/F0uAOzql4wZK4Sp4=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Fixes the permissions of the database being not set correctly
|
# Fixes the permissions of the database being not set correctly
|
||||||
|
Loading…
Reference in New Issue
Block a user