summaryrefslogtreecommitdiff
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
parentMerge pull request #256091 from erikarvstedt/bitcoin-shell-completions (diff)
downloadnixpkgs-1301f825252670158c8a80885f3c540ef053af06.tar.gz
uptime-kuma: 1.23.0 -> 1.23.2
-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 42b39e50eab5..2bebed16c736 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