diff --git a/modules/de-p1st-monitor.nix b/modules/de-p1st-monitor.nix index e779bf3..0d33036 100644 --- a/modules/de-p1st-monitor.nix +++ b/modules/de-p1st-monitor.nix @@ -5,12 +5,12 @@ let ( buildPythonPackage rec { pname = "de.p1st.monitor"; - version = "0.11.3"; + version = "0.11.4"; # https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-uzMmZoh/eCqbsTKDnm0oQ0sD8HvCprAncIuAawzpWu8="; + sha256 = "sha256-PrbcB2VRfiAkpW8nvq8PUcysH5TT3Gdw2qidEu3XiYU="; }; propagatedBuildInputs = [ # Dependencies diff --git a/nix/sources.json b/nix/sources.json index c5629ce..857b26b 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,10 +5,10 @@ "homepage": "https://nur.nix-community.org/", "owner": "nix-community", "repo": "NUR", - "rev": "907f5557e579259e9503f0b8a83802a974d7547f", - "sha256": "00n0qfrpfybvfr4k67m0qk63p3k6vnfplqi1da80ax40mkz063q7", + "rev": "3a84b46a853a1cf7aab96719ab8b45efd3c4f572", + "sha256": "05w1i2ghk449pbhz62a62pc8c4zn48sx9r06jmyi0xgkdx81w3sk", "type": "tarball", - "url": "https://github.com/nix-community/NUR/archive/907f5557e579259e9503f0b8a83802a974d7547f.tar.gz", + "url": "https://github.com/nix-community/NUR/archive/3a84b46a853a1cf7aab96719ab8b45efd3c4f572.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "home-manager": {