home-assistant: pin pytraccar at 2.1.1

This commit is contained in:
Martin Weinelt
2025-09-05 03:37:08 +02:00
parent c3315009a8
commit ef926c17b0
+10
View File
@@ -303,6 +303,16 @@ let
};
});
pytraccar = super.pytraccar.overridePythonAttrs (oldAttrs: rec {
version = "2.1.1";
src = fetchFromGitHub {
inherit (oldAttrs.src) owner repo;
tag = version;
hash = "sha256-WTRqYw66iD4bbb1aWJfBI67+DtE1FE4oiuUKpfVqypE=";
};
});
# Pinned due to API changes ~1.0
vultr = super.vultr.overridePythonAttrs (oldAttrs: rec {
version = "0.1.2";