kas: 5.0 -> 5.1 (#469350)

This commit is contained in:
Matthias Beyer
2025-12-10 13:08:41 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "kas";
version = "5.0";
version = "5.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "siemens";
repo = "kas";
tag = version;
hash = "sha256-KSmLQBOYyuO9o3YZYPJPDPeGudtNYIC2yghAu98sf3Q=";
hash = "sha256-SQeoRm2bjcQmhfMUJCSxgKu7/qcIEv9ItWcLWkkNwAs=";
};
patches = [ ./pass-terminfo-env.patch ];