kubevirt: use hash instead of sha256

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Pascal Bach
2024-01-10 21:56:11 +01:00
committed by GitHub
co-authored by Muhammad Falak R Wani
parent 7ec9358424
commit 7a3cc8682f
@@ -14,7 +14,7 @@ buildGoModule rec {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
sha256 = "sha256-4r85RDfndLUjpAmipe3oLFcGzD4GRfPgf7wku2unoes=";
hash = "sha256-4r85RDfndLUjpAmipe3oLFcGzD4GRfPgf7wku2unoes=";
};
vendorHash = null;