nebula-lighthouse-service: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm
2025-12-15 07:20:44 +00:00
parent 9792f74fef
commit 5fd9afeecc
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "nebula-lighthouse-service";
version = "2.0.1";
version = "2.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "manuels";
repo = "nebula-lighthouse-service";
tag = "v${version}";
hash = "sha256-I2eoofEAY1Bbk17opx5cHWK4R+n2RE8JOUVGX1409Xk=";
hash = "sha256-cYVFRGYhzsyIZiakLKOYaFxvHP+QXjbT2B4O/oHl6i8=";
};
postPatch = ''