about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/uptime-kuma/default.nix
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2023-09-19 14:26:12 +0200
committerJulien Malka <julien@malka.sh>2023-09-19 14:26:12 +0200
commit1301f825252670158c8a80885f3c540ef053af06 (patch)
treee39a6fff2b53c937114bf8671f2a5b76ce7158c4 /pkgs/servers/monitoring/uptime-kuma/default.nix
parentfa6cdce1d77c8c30e7a60ef7726ec06d6376450a (diff)
uptime-kuma: 1.23.0 -> 1.23.2
Diffstat (limited to 'pkgs/servers/monitoring/uptime-kuma/default.nix')
-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 42b39e50eab5d..2bebed16c7368 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.0";
+  version = "1.23.2";
 
   src = fetchFromGitHub {
     owner = "louislam";
     repo = "uptime-kuma";
     rev = version;
-    hash = "sha256-868hyugz/YJaCs4dJJ4OKHi5jx/e4ScjMBxGaNGUhe0=";
+    hash = "sha256-AJAnWMJDIPbZyVcz6lGMSIq/EuwL2xgj9+4jySNzUb8=";
   };
 
-  npmDepsHash = "sha256-vULtoWNqvT4RW1Q1l0+9p65cZ0TZEUnhCw0/bANsjOo=";
+  npmDepsHash = "sha256-ABVCpJH0cS8zPNdPLlNVgAKYd1zSinS3rLJHj4hiMEY=";
 
   patches = [
     # Fixes the permissions of the database being not set correctly