about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/uptime-kuma
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2023-07-04 15:18:16 +0200
committerJulien Malka <julien@malka.sh>2023-07-04 15:18:16 +0200
commit748309b4ae952c7e557d1bdfab37cb2997987cac (patch)
tree82da7ab9b31a408b1fd24b34c2deb1e624d55104 /pkgs/servers/monitoring/uptime-kuma
parentc6fb584988ff69223a77961036ff2a4a83fedad2 (diff)
uptime-kuma: 1.22.0 -> 1.22.1
Diffstat (limited to 'pkgs/servers/monitoring/uptime-kuma')
-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 2fd47acc9b520..ca0689c6f97d4 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.22.0";
+  version = "1.22.1";
 
   src = fetchFromGitHub {
     owner = "louislam";
     repo = "uptime-kuma";
     rev = version;
-    hash = "sha256-fy+r0DBiH1u9Ub7Fpgk9YuB2EdkDClk67zyxLMqMk3E=";
+    hash = "sha256-thLhJF6+DS4plqKWYidb1e/KW5PvPf/Gc2iH2SEooYw=";
   };
 
-  npmDepsHash = "sha256-nuYwHk+pOJL1DaepVRO8kmFvjsrQ0n5z5d0fS2ayb+8=";
+  npmDepsHash = "sha256-CZfWsjtooxa6BJ5ieptUuYSQ7Ve/uVbdMPLEn2+WAX4=";
 
   patches = [
     # Fixes the permissions of the database being not set correctly