kubevirt: 1.6.0 -> 1.6.1 (#444253)

This commit is contained in:
Nick Cao
2025-09-21 15:29:51 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kubevirt";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
hash = "sha256-vPlQ03AR44UVlRkZe34ZhdhBInZloOeEgjHXq7RC5Lw=";
hash = "sha256-1q9zqgFkH/Hijp1+2GwlCD/whmoN9S+892ojOI/aSC4=";
};
vendorHash = null;