Merge pull request #307959 from r-ryantm/auto-update/uptime-kuma

uptime-kuma: 1.23.12 -> 1.23.13

authored by Nick Cao and committed by GitHub 6e647a09 32384127

+3 -3
+3 -3
pkgs/servers/monitoring/uptime-kuma/default.nix
··· 2 2 3 3 buildNpmPackage rec { 4 4 pname = "uptime-kuma"; 5 - version = "1.23.12"; 5 + version = "1.23.13"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "louislam"; 9 9 repo = "uptime-kuma"; 10 10 rev = version; 11 - hash = "sha256-uMdqCK0aJcnLJoceLs95En2qTZalcTfLWUBAJJt4ovk="; 11 + hash = "sha256-7JWn78gRLzuXuZjhTvjdJ7JVtLOtQ08zyokqkPdzYh0="; 12 12 }; 13 13 14 - npmDepsHash = "sha256-gt7Ci8jh1u+i/PaNYp2mr9YPUOwYMMZtZ9Oic4i8chs="; 14 + npmDepsHash = "sha256-MKONzKCGYeMQK8JR9W9KiPLaqP/F0uAOzql4wZK4Sp4="; 15 15 16 16 patches = [ 17 17 # Fixes the permissions of the database being not set correctly