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
commit 316c19b2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''