Merge pull request #129747 from 06kellyjac/kube3d

kube3d: 4.4.6 -> 4.4.7
This commit is contained in:
Sandro 2021-07-09 14:44:05 +02:00 committed by GitHub
commit 01c064e98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kube3d";
version = "4.4.6";
version = "4.4.7";
src = fetchFromGitHub {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "sha256-gId7zDrtkTjFN59yaFyeYwrDZV24hkkV+4dPr8Jr22E=";
sha256 = "sha256-S1vHmXUCP1ayPo3vvHAbNCqNm1ueJ0jE4NUBvg5P3MU=";
};
vendorSha256 = null;