Merge pull request #240811 from r-ryantm/auto-update/kluctl

kluctl: 2.20.6 -> 2.20.7
This commit is contained in:
Nikolay Korotkiy 2023-07-01 03:36:06 +04:00 committed by GitHub
commit ab6b7f711a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kluctl";
version = "2.20.6";
version = "2.20.7";
src = fetchFromGitHub {
owner = "kluctl";
repo = "kluctl";
rev = "v${version}";
hash = "sha256-B8+HKqIuJaH+6ViBxWfiAAmXieQKcwAW565SwUpIJKI=";
hash = "sha256-NcvPo+6f2EYhitzOl2VPz8MtFIsYBuOA7EJnD4TJdmI=";
};
vendorHash = "sha256-x5Zy8H7DzxU+uBCUL6edv8x2LwiIjXl5UrRUMDtUEk8=";