about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2024-01-05 16:26:14 +0100
committerGitHub <noreply@github.com>2024-01-05 16:26:14 +0100
commit41951ab643b2ece3c577144e3a1d073cb11bf80c (patch)
treed994c55364782ebc6e44001f2e6789fe8923ff68 /pkgs/servers
parent556e70813a19edba081643e83944eebcbfadf641 (diff)
parent1d2f1699b78da960d227fc60ff323385edce6b0d (diff)
Merge pull request #278838 from r-ryantm/auto-update/uptime-kuma
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/uptime-kuma/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/uptime-kuma/default.nix b/pkgs/servers/monitoring/uptime-kuma/default.nix
index b3ff383735720..7b82a205b264e 100644
--- a/pkgs/servers/monitoring/uptime-kuma/default.nix
+++ b/pkgs/servers/monitoring/uptime-kuma/default.nix
@@ -2,16 +2,16 @@
 
 buildNpmPackage rec {
   pname = "uptime-kuma";
-  version = "1.23.10";
+  version = "1.23.11";
 
   src = fetchFromGitHub {
     owner = "louislam";
     repo = "uptime-kuma";
     rev = version;
-    hash = "sha256-CkArv1qFyW44c0uYNFSWaJrTe5Ladva2+4RDVxBnsd0=";
+    hash = "sha256-PhIe2aDz6hr8001LL8N5L8jcUyzuamU0yYIVKcwmTlw=";
   };
 
-  npmDepsHash = "sha256-ySBk8as+AjiUiDQexKHE/cc5nH1i8EwBsXjxbq/DD2A=";
+  npmDepsHash = "sha256-Jyp/xY9K3sfqVnR7NQhgly8B54FmvnrStFO2GO2Kszs=";
 
   patches = [
     # Fixes the permissions of the database being not set correctly