From f4a7a6a44ca27410e006ae84c65707dd6790812b Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Thu, 19 Feb 2026 15:13:55 -0500 Subject: [PATCH] uptime-kuma: 2.1.1 -> 2.1.3 Diff: https://github.com/louislam/uptime-kuma/compare/2.1.1...2.1.3 Changelog: https://github.com/louislam/uptime-kuma/releases/tag/2.1.3 --- pkgs/by-name/up/uptime-kuma/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/up/uptime-kuma/package.nix b/pkgs/by-name/up/uptime-kuma/package.nix index 6a37cebbf0a5..0634ee4ac69b 100644 --- a/pkgs/by-name/up/uptime-kuma/package.nix +++ b/pkgs/by-name/up/uptime-kuma/package.nix @@ -9,16 +9,16 @@ buildNpmPackage (finalAttrs: { pname = "uptime-kuma"; - version = "2.1.1"; + version = "2.1.3"; src = fetchFromGitHub { owner = "louislam"; repo = "uptime-kuma"; tag = finalAttrs.version; - hash = "sha256-1zTZCTT2UzdhZ8UBYdlnC8/nwpa/M459+X05rk1rb4U="; + hash = "sha256-frs5Pn3Zalroto40P2c1igew3/pALeUvSgqcxFapclQ="; }; - npmDepsHash = "sha256-fazB+iyOjTgp+chDFCQpPGmLgNGKIPnmoLyG7CYiiUk="; + npmDepsHash = "sha256-SfkSCITDrigEJ4MTqs3JYGDuMKY531sPfvNyVNn5JYQ="; patches = [ # Fixes the permissions of the database being not set correctly