kubevirt: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-03-06 12:43:47 +00:00
parent 9df3e30ce2
commit 3a1c091117

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "kubevirt";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
hash = "sha256-4r85RDfndLUjpAmipe3oLFcGzD4GRfPgf7wku2unoes=";
hash = "sha256-GQhynbGu3pEYYKOib0l/TfXrrLQ7TkjacWVdwFrlzEo=";
};
vendorHash = null;