Merge pull request #260183 from JulienMalka/bump-uptime-kuma

uptime-kuma: 1.23.2 -> 1.23.3

authored by

Thomas Gerbet and committed by
GitHub
09246068 e68378a8

+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.2"; 5 + version = "1.23.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "louislam"; 9 9 repo = "uptime-kuma"; 10 10 rev = version; 11 - hash = "sha256-AJAnWMJDIPbZyVcz6lGMSIq/EuwL2xgj9+4jySNzUb8="; 11 + hash = "sha256-YffkCFws/61uX6BwYqTeuAq5vqLOC+FeUt6rtQG6xws="; 12 12 }; 13 13 14 - npmDepsHash = "sha256-ABVCpJH0cS8zPNdPLlNVgAKYd1zSinS3rLJHj4hiMEY="; 14 + npmDepsHash = "sha256-USyLvC6ior1YhiZz6YySaG7xiYziHB01SHC9BPwuvJo="; 15 15 16 16 patches = [ 17 17 # Fixes the permissions of the database being not set correctly