Skip to content

Commit

Permalink
fixup! python313Packages.nextcloudmonitor: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Feb 5, 2025
1 parent 0a70cb2 commit 29a3486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nextcloudmonitor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ buildPythonPackage rec {
patches = [
(fetchpatch2 {
# https://github.com/meichthys/nextcloud_monitor/pull/10
url = "https://github.com/meichthys/nextcloud_monitor/commit/cf6191d148e0494de5ae3cbe8fc5ffdba71b6c21.patch";
url = "https://github.com/meichthys/nextcloud_monitor/commit/cf6191d148e0494de5ae3cbe8fc5ffdba71b6c21.patch";
hash = "sha256-BSTX5dw+k+ItT6qvpjLiDsH9rW1NmkaBeGO9TlNZZis=";
})
];

build-system = [ setuptools ];

dependencies= [ requests ];
dependencies = [ requests ];

# no tests implemented
doCheck = false;
Expand Down

0 comments on commit 29a3486

Please sign in to comment.