Merge pull request #193017 from r-ryantm/auto-update/cdk-go

cdk-go: 1.4.1 -> 1.5.0
This commit is contained in:
Fabian Affolter 2022-09-26 17:40:37 +02:00 committed by GitHub
commit a9a7dc1400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cdk-go";
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "cdk-team";
repo = "CDK";
rev = "v${version}";
sha256 = "sha256-OeQlepdHu5+rGEhw3x0uM1wy7/8IkA5Lh5k3yhytXwY=";
sha256 = "sha256-17LeHYhOhRt6s9Hhb5yhCUUdauVgYHI4QCUPoPMr4DI=";
};
vendorSha256 = "sha256-aJN/d/BxmleRXKw6++k6e0Vb0Gs5zg1QfakviABYTog=";