This commit is contained in:
Daniel Langbein 2025-01-08 17:10:55 +01:00
parent f2519d3dcd
commit 6eba6a0a7e
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -9,12 +9,12 @@ let
buildPythonPackage rec {
pname = "de.p1st.monitor";
# Important: When updating the version number, adjust the Git revision below accordingly!
version = "0.13.0";
version = "0.14.0";
# https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py
format = "pyproject";
src = builtins.fetchGit {
url = "https://codeberg.org/privacy1st/de-p1st-monitor";
rev = "7c57eba12a512a3a4fe72c2d5cbfa80cebdbd3bd";
rev = "4baf4d77fdd51200c3169bf76f1c38d79c7fbf59";
};
propagatedBuildInputs = [
# Dependencies