Unverified Commit bb06c112 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

kas: 4.8.2 -> 5.0 (#454124)

parents fe1c24e3 3d5c8f5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "kas";
  version = "4.8.2";
  version = "5.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "siemens";
    repo = "kas";
    tag = version;
    hash = "sha256-mDfGiWZKipbaXxlyx8JWeFvSyE44FcumYD9Pr/38UBQ=";
    hash = "sha256-KSmLQBOYyuO9o3YZYPJPDPeGudtNYIC2yghAu98sf3Q=";
  };

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