update api

This commit is contained in:
Julien Malka 2024-12-07 23:49:25 +01:00
parent ebe17beb8b
commit caf3169829
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83

View file

@ -1,7 +1,7 @@
{ {
lib, lib,
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitea,
setuptools, setuptools,
wheel, wheel,
packaging, packaging,
@ -11,14 +11,15 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "uptime-kuma-api"; pname = "uptime-kuma-api";
version = "1.2.1"; version = "2.0.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitea {
owner = "lucasheld"; domain = "git.dgnum.eu";
owner = "Luj";
repo = "uptime-kuma-api"; repo = "uptime-kuma-api";
rev = version; rev = "782037348df18dd32c3904c812c289f3d2d79170";
hash = "sha256-Mgp4bSQPiEeulK9dAl+Di4Nj1HG3oVFGKr1bIdRZI44="; hash = "sha256-YK4KMtKPlxqWwzB6lLyFqLvq1RCiUWrIILcVmuiirFw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [