kubevirt: 1.5.2 -> 1.6.0

This commit is contained in:
R. Ryantm 2025-07-31 13:42:03 +00:00
parent 0fccabcb91
commit f144afb7b7

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kubevirt";
version = "1.5.2";
version = "1.6.0";
src = fetchFromGitHub {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
hash = "sha256-R01kW6mS1Ce3oi3p6RFVXif/BybM9HlbL2WT9b5wJuE=";
hash = "sha256-vPlQ03AR44UVlRkZe34ZhdhBInZloOeEgjHXq7RC5Lw=";
};
vendorHash = null;