Unverified Commit 79421e1c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #249840 from Frostman/uptime-kuma-1.23.0

uptime-kuma: 1.22.1 -> 1.23.0
parents b33beb2c d991b1a9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildNpmPackage rec {
  pname = "uptime-kuma";
  version = "1.22.1";
  version = "1.23.0";

  src = fetchFromGitHub {
    owner = "louislam";
    repo = "uptime-kuma";
    rev = version;
    hash = "sha256-thLhJF6+DS4plqKWYidb1e/KW5PvPf/Gc2iH2SEooYw=";
    hash = "sha256-868hyugz/YJaCs4dJJ4OKHi5jx/e4ScjMBxGaNGUhe0=";
  };

  npmDepsHash = "sha256-CZfWsjtooxa6BJ5ieptUuYSQ7Ve/uVbdMPLEn2+WAX4=";
  npmDepsHash = "sha256-vULtoWNqvT4RW1Q1l0+9p65cZ0TZEUnhCw0/bANsjOo=";

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