kas: 5.0 -> 5.1

This commit is contained in:
R. Ryantm
2025-12-09 16:55:46 +00:00
parent 77bb04cd4b
commit ae6f79458c
+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 ];