kubevirt: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2024-05-28 14:54:47 +00:00
parent c51180147c
commit 16bf0beed8

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "kubevirt";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
hash = "sha256-GQhynbGu3pEYYKOib0l/TfXrrLQ7TkjacWVdwFrlzEo=";
hash = "sha256-N7To46D8a64/fVDHOuRWt8xQduh/Lvi5C3/N9FhujmI=";
};
vendorHash = null;