gallia: 2.0.0b3 -> 2.0.1

This commit is contained in:
R. Ryantm
2025-12-19 10:25:13 +00:00
parent 97239fb2b1
commit 8bb2c768f1
+2 -2
View File
@@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "gallia";
version = "2.0.0b3";
version = "2.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Fraunhofer-AISEC";
repo = "gallia";
tag = "v${version}";
hash = "sha256-/ql2EORU1oqZ/+90F0FFfRVdv6Esa5UqfaasLE4wf8k=";
hash = "sha256-sn6GNJ3rNhnJqFj7AL/0P+hBqasr17wH9i0GDDP32II=";
};
postPatch = ''