kubevirt: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-01-10 04:59:31 +00:00
parent e1bd5ec724
commit 7ec9358424

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "kubevirt";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
sha256 = "sha256-dW2rHW/37Jpk3vuu3O87nynK8Mp0IAqpkRvBDxT/++I=";
sha256 = "sha256-4r85RDfndLUjpAmipe3oLFcGzD4GRfPgf7wku2unoes=";
};
vendorHash = null;