3
0
Fork 0
forked from mirrors/nixpkgs

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
buildGoModule rec {
pname = "kube3d";
version = "5.4.1";
version = "5.4.4";
src = fetchFromGitHub {
owner = "k3d-io";
repo = "k3d";
rev = "v${version}";
sha256 = "sha256-DVQrD4JMei9yRFzuiVb6AcydEupNSlpgYLfGWWRiaao=";
sha256 = "sha256-3J25Aj/otKDCWJ+YqAsoJogU2vckZMy7fsS8XR2EMgE=";
};
vendorSha256 = null;