Merge pull request #123699 from 06kellyjac/kube3d

kube3d: 4.4.3 -> 4.4.4
This commit is contained in:
Luke Granger-Brown 2021-05-23 14:48:27 +01:00 committed by GitHub
commit 554ed7e43b
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.3";
version = "4.4.4";
src = fetchFromGitHub {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "sha256-G8oaJtfsbSi5WaJobxUpNu9DchHfzbkpPvq23GYM99s=";
sha256 = "sha256-pfyU25MASKQMwd49IbNyyEiz3gmSOBmLdWtIKhYU2wg=";
};
vendorSha256 = null;