Merge pull request #230447 from r-ryantm/auto-update/kops_1_26

kops_1_26: 1.26.2 -> 1.26.3
This commit is contained in:
Weijia Wang 2023-05-07 11:00:56 +03:00 committed by GitHub
commit a895add5aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ let
inherit sha256;
};
vendorSha256 = null;
vendorHash = null;
nativeBuildInputs = [ installShellFiles ];
@ -62,8 +62,8 @@ rec {
};
kops_1_26 = mkKops rec {
version = "1.26.2";
sha256 = "sha256-PY/dcKyciPg3OyUPeBwYed6ADprpI2/+8d8SuGTXWqc=";
version = "1.26.3";
sha256 = "sha256-8IQbVFqH5r8H7z7U441Aox4yp3KF/sqs3+JpMru8qwQ=";
rev = "v${version}";
};
}