uptime-kuma: 1.23.10 -> 1.23.11
This commit is contained in:
parent
434f6aea73
commit
1d2f1699b7
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "uptime-kuma";
|
pname = "uptime-kuma";
|
||||||
version = "1.23.10";
|
version = "1.23.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "louislam";
|
owner = "louislam";
|
||||||
repo = "uptime-kuma";
|
repo = "uptime-kuma";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-CkArv1qFyW44c0uYNFSWaJrTe5Ladva2+4RDVxBnsd0=";
|
hash = "sha256-PhIe2aDz6hr8001LL8N5L8jcUyzuamU0yYIVKcwmTlw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-ySBk8as+AjiUiDQexKHE/cc5nH1i8EwBsXjxbq/DD2A=";
|
npmDepsHash = "sha256-Jyp/xY9K3sfqVnR7NQhgly8B54FmvnrStFO2GO2Kszs=";
|
||||||
|
|
||||||
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 a new issue