Skip to content

Commit 217bdbb

Browse files
r-ryantmbachp
authored andcommitted
kas: 4.7 -> 4.8.2
1 parent 3c78a85 commit 217bdbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ka/kas/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
python3.pkgs.buildPythonApplication rec {
1010
pname = "kas";
11-
version = "4.7";
11+
version = "4.8.2";
1212
format = "pyproject";
1313

1414
src = fetchFromGitHub {
1515
owner = "siemens";
1616
repo = "kas";
1717
tag = version;
18-
hash = "sha256-P2I3lLa8kuCORdlrwcswrWFwOA8lW2WL4Apv/2T7+f8=";
18+
hash = "sha256-mDfGiWZKipbaXxlyx8JWeFvSyE44FcumYD9Pr/38UBQ=";
1919
};
2020

2121
patches = [ ./pass-terminfo-env.patch ];

0 commit comments

Comments
 (0)