python310Packages.nextcloudmonitor: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2024-01-03 13:18:56 +00:00
parent 97f2135e6a
commit 1da68a62e2

View File

@ -6,15 +6,15 @@
buildPythonPackage rec {
pname = "nextcloudmonitor";
version = "1.4.0";
version = "1.5.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "meichthys";
repo = "nextcloud_monitor";
rev = "v${version}";
hash = "sha256-jyC8oOFr5yVtIJNxVCLNTyFpJTdjHu8t6Xs4il45ysI=";
rev = "refs/tags/v${version}";
hash = "sha256-3RVGE1vMLtVkZ4+/GwnNs4onctSw1dz6bsV1CC/gnpM=";
};
propagatedBuildInputs = [