Merge pull request #252106 from r-ryantm/auto-update/k3d

k3d: 5.5.2 -> 5.6.0
This commit is contained in:
Weijia Wang 2023-09-06 21:55:09 +02:00 committed by GitHub
commit 805305a9e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@ let
in
buildGoModule rec {
pname = "k3d";
version = "5.5.2";
version = "5.6.0";
src = fetchFromGitHub {
owner = "k3d-io";
repo = "k3d";
rev = "refs/tags/v${version}";
hash = "sha256-Pa2kqeVl+TEsHOpnE7+iG3feYVAuYrDYnWyDpWJay7M=";
hash = "sha256-KIYwuDPkxhtQy989XW+DcI5NJPhfLP07mYUFc180Sdw=";
};
vendorHash = null;