kubevirt: 1.2.2 -> 1.3.1

This commit is contained in:
R. Ryantm 2024-09-04 15:54:58 +00:00
parent 13d99034dc
commit 54f6284806

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "kubevirt";
version = "1.2.2";
version = "1.3.1";
src = fetchFromGitHub {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
hash = "sha256-W31B803XTdJ7ExeIwsTAac7RyAX7TZI3UKLURkotjBI=";
hash = "sha256-t6lIHuMvo8iqYkZ1mYVU6fgOP3Q6sqWaTcFLTqAIm5c=";
};
vendorHash = null;