about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-07-03 00:14:03 +0200
committerGitHub <noreply@github.com>2023-07-03 00:14:03 +0200
commitcaa23a9e03617fea3fe7f1f790f207ab8ff73fd9 (patch)
tree72d3d40c4acf6e24ffb494dd87b6083436ee53bb /pkgs/servers
parent5a193fb4ddbc0df84c96d213d36d27e60f14d7ae (diff)
parent14c259efbeb26cc82c041b4a7fc1f1b0b4d18a03 (diff)
Merge pull request #240748 from JulienMalka/uptime-kuma-122
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 705a9665b5e9c..2fd47acc9b520 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.21.3";
+  version = "1.22.0";
 
   src = fetchFromGitHub {
     owner = "louislam";
     repo = "uptime-kuma";
     rev = version;
-    sha256 = "sha256-hNtD8R8nDwO+uJ5WD8TxaCyYD7ESvBPmcv7iT7NAu6s=";
+    hash = "sha256-fy+r0DBiH1u9Ub7Fpgk9YuB2EdkDClk67zyxLMqMk3E=";
   };
 
-  npmDepsHash = "sha256-yPUVLtqfowSuvrzp4Edcsussaxao5Ti1/sLsd9lmiSM=";
+  npmDepsHash = "sha256-nuYwHk+pOJL1DaepVRO8kmFvjsrQ0n5z5d0fS2ayb+8=";
 
   patches = [
     # Fixes the permissions of the database being not set correctly