kubevirt: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm
2025-11-11 13:43:14 +00:00
parent e85973dd9b
commit edc162d970
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "kubevirt";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
hash = "sha256-50OaBnQrYn3LZLvsfvGU5ZssPbdKyyAnebqn85iVoYk=";
hash = "sha256-PWy8RqAuu3VRryzwEcsk8Z/uPSfsil+lzbU8oay4Lig=";
};
vendorHash = null;