mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-01-10 05:01:20 +01:00
chore
This commit is contained in:
parent
f2519d3dcd
commit
6eba6a0a7e
@ -9,12 +9,12 @@ let
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "de.p1st.monitor";
|
pname = "de.p1st.monitor";
|
||||||
# Important: When updating the version number, adjust the Git revision below accordingly!
|
# 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
|
# https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://codeberg.org/privacy1st/de-p1st-monitor";
|
url = "https://codeberg.org/privacy1st/de-p1st-monitor";
|
||||||
rev = "7c57eba12a512a3a4fe72c2d5cbfa80cebdbd3bd";
|
rev = "4baf4d77fdd51200c3169bf76f1c38d79c7fbf59";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user