Skip to content

Commit

Permalink
python310Packages.nextcloudmonitor: 1.2.0 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Mar 9, 2023
1 parent e3a07ea commit 6151630
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/nextcloudmonitor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@

buildPythonPackage rec {
pname = "nextcloudmonitor";
version = "1.2.0";
version = "1.3.0";

format = "setuptools";

src = fetchFromGitHub {
owner = "meichthys";
repo = "nextcloud_monitor";
rev = "v${version}";
sha256 = "0b0c7gzx1d5kgbsfj1lbrqsirc5g5br6v8w2njaj1ys03kj669cx";
hash = "sha256-Ivo5dqKcvE1e+1crZNzKHydprtMXkZdzDl4MsZviLQQ=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 6151630

Please sign in to comment.