1
0

add fieldpoc-dect module

This commit is contained in:
Ember 'n0emis' Keske
2022-07-10 14:19:42 +02:00
parent 2fc8d83da2
commit caee694ec5
5 changed files with 286 additions and 3 deletions

View File

@@ -5,9 +5,9 @@ buildPythonApplication rec {
version = "0.11.0";
src = fetchGit {
url = "https://git.clerie.de/clerie/fieldpoc.git";
url = "https://git.n0emis.eu/n0emis/fieldpoc.git";
ref = "main";
rev = "c2ef36c5a7a31ea39f51c91c7ba76430f0aaa048";
rev = "d6d664b4690189a7ed54be65ceef8cb3d79a6bfb";
};
format = "pyproject";