about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-27 10:22:28 -0400
committerGitHub <noreply@github.com>2024-04-27 10:22:28 -0400
commit6cac718f34ef271c1fd61f6df8c2f4b0d600fb6b (patch)
treecce98d78ac03d2accd1c6237fc711db2a7976496 /pkgs
parent7370d59f24c2e3dc513e3cec2d6290dbd987404d (diff)
parent316d6d0d2570ddeecc2579a7f19c0736ee4e345c (diff)
Merge pull request #307049 from NixOS/backport-305211-to-release-23.11
[Backport release-23.11] uptime-kuma: 1.23.11 -> 1.23.12
Diffstat (limited to 'pkgs')
-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 7b82a205b264e..5588c777912fc 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.11";
+  version = "1.23.12";
 
   src = fetchFromGitHub {
     owner = "louislam";
     repo = "uptime-kuma";
     rev = version;
-    hash = "sha256-PhIe2aDz6hr8001LL8N5L8jcUyzuamU0yYIVKcwmTlw=";
+    hash = "sha256-uMdqCK0aJcnLJoceLs95En2qTZalcTfLWUBAJJt4ovk=";
   };
 
-  npmDepsHash = "sha256-Jyp/xY9K3sfqVnR7NQhgly8B54FmvnrStFO2GO2Kszs=";
+  npmDepsHash = "sha256-gt7Ci8jh1u+i/PaNYp2mr9YPUOwYMMZtZ9Oic4i8chs=";
 
   patches = [
     # Fixes the permissions of the database being not set correctly