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