Merge pull request #192208 from r-ryantm/auto-update/kubevirt

kubevirt: 0.56.1 -> 0.57.0
This commit is contained in:
superherointj 2022-09-21 10:02:12 -03:00 committed by GitHub
commit 293fd37fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "kubevirt";
version = "0.56.1";
version = "0.57.0";
src = fetchFromGitHub {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
sha256 = "sha256-PYVV/0qCBhR2l+rLuoPTe3FvLX9NmHHcA9gOeUj1IVw=";
sha256 = "sha256-+35z953dgb6lJpC/8+VcrHLY6yXINoDxq6GxkEEVOgU=";
};
vendorSha256 = null;