Merge pull request #192944 from r-ryantm/auto-update/klaus

klaus: 2.0.0 -> 2.0.1
This commit is contained in:
Pascal Wittmann
2022-09-27 11:40:29 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "klaus";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "jonashaag";
repo = pname;
rev = version;
sha256 = "sha256-GyWlIFmP78t+cyPWjjB/EgA/L+2QqHPnmfJ64W5gsf8=";
sha256 = "sha256-a0MbKjDqPSMakjmGS5gfaDaPegQpK4QA+ZdG7skd9QU=";
};
prePatch = ''