kubevirt: 0.54.0 -> 0.55.0

This commit is contained in:
R. Ryantm
2022-07-29 18:29:29 +10:00
committed by zowoq
parent c456580265
commit 462ebbe5c4
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "kubevirt";
version = "0.54.0";
version = "0.55.0";
src = fetchFromGitHub {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
sha256 = "sha256-MNNseahFXLH9ImViI6542bTwZW4ZXpFMJUz8NMRP/uU";
sha256 = "sha256-Nz1x1kFywMbVTPYFQFnTbx+SQs5ZY4pMijo7FFttmxg=";
};
vendorSha256 = null;