diff --git a/modules/de-p1st-monitor.nix b/modules/de-p1st-monitor.nix index 553033a..b585709 100644 --- a/modules/de-p1st-monitor.nix +++ b/modules/de-p1st-monitor.nix @@ -8,12 +8,12 @@ let ( buildPythonPackage rec { pname = "de.p1st.monitor"; - version = "0.11.5"; + version = "0.12.0"; # https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-sPPyasMk3HgVWTpVMKKf0YP8uH5q9sho5z5In2vMcZs="; + sha256 = "sha256-71tFlrlEXsAPQQT82gz2iXOcUrABlK0kUlmgwqWasO4="; }; propagatedBuildInputs = [ # Dependencies diff --git a/nix/sources.json b/nix/sources.json index 2fe8b54..385bea9 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": "3a7dd170a152b8525e64e1a21b3f95d402ead2b8", - "sha256": "10zk439as7rzs0cn5f60nw7mgnqfqvsqxd3cbq4i85yw2hansxz3", + "rev": "5400c2b8e6cad21911ee8d7258319dbadac87879", + "sha256": "029rdk7q78300yvyz0fnik4bi9pqdlfklsyamzp55gnymbvxccp3", "type": "tarball", - "url": "https://github.com/nix-community/NUR/archive/3a7dd170a152b8525e64e1a21b3f95d402ead2b8.tar.gz", + "url": "https://github.com/nix-community/NUR/archive/5400c2b8e6cad21911ee8d7258319dbadac87879.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "home-manager": {