Merge pull request #183431 from r-ryantm/auto-update/kube3d

kube3d: 5.4.1 -> 5.4.4
This commit is contained in:
superherointj 2022-07-31 11:44:27 -03:00 committed by GitHub
commit af8d62fc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "kube3d"; pname = "kube3d";
version = "5.4.1"; version = "5.4.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "k3d-io"; owner = "k3d-io";
repo = "k3d"; repo = "k3d";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-DVQrD4JMei9yRFzuiVb6AcydEupNSlpgYLfGWWRiaao="; sha256 = "sha256-3J25Aj/otKDCWJ+YqAsoJogU2vckZMy7fsS8XR2EMgE=";
}; };
vendorSha256 = null; vendorSha256 = null;