Skip to content

Commit

Permalink
uptime-kuma: 1.23.15 -> 1.23.16 (NixOS#366850)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMalka authored Dec 20, 2024
2 parents 0e4e481 + 5f5782b commit f5e8250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/up/uptime-kuma/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildNpmPackage rec {
pname = "uptime-kuma";
version = "1.23.15";
version = "1.23.16";

src = fetchFromGitHub {
owner = "louislam";
repo = "uptime-kuma";
rev = version;
hash = "sha256-/UAou+l7ppXU3t54YYdDZcXUNvEw7VGcn/OVPXdFdj0=";
hash = "sha256-+bhKnyZnGd+tNlsxvP96I9LXOca8FmOPhIFHp7ijmyA=";
};

npmDepsHash = "sha256-KaOnlqvfGatrdEqtw2Y0SudLuyzU6yC78DWn3+EZcec=";
npmDepsHash = "sha256-5i1NxwHqOahkioyM4wSu2X5KeMu7CdC4BqoUooAshn4=";

patches = [
# Fixes the permissions of the database being not set correctly
Expand Down

0 comments on commit f5e8250

Please sign in to comment.