Merge pull request #240748 from JulienMalka/uptime-kuma-122

authored by

Ryan Lahfa and committed by
GitHub
caa23a9e 5a193fb4

+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.21.3"; 5 + version = "1.22.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "louislam"; 9 9 repo = "uptime-kuma"; 10 10 rev = version; 11 - sha256 = "sha256-hNtD8R8nDwO+uJ5WD8TxaCyYD7ESvBPmcv7iT7NAu6s="; 11 + hash = "sha256-fy+r0DBiH1u9Ub7Fpgk9YuB2EdkDClk67zyxLMqMk3E="; 12 12 }; 13 13 14 - npmDepsHash = "sha256-yPUVLtqfowSuvrzp4Edcsussaxao5Ti1/sLsd9lmiSM="; 14 + npmDepsHash = "sha256-nuYwHk+pOJL1DaepVRO8kmFvjsrQ0n5z5d0fS2ayb+8="; 15 15 16 16 patches = [ 17 17 # Fixes the permissions of the database being not set correctly