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
parent 7ec9358424
commit 7a3cc8682f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ buildGoModule rec {
owner = "kubevirt";
repo = "kubevirt";
rev = "v${version}";
sha256 = "sha256-4r85RDfndLUjpAmipe3oLFcGzD4GRfPgf7wku2unoes=";
hash = "sha256-4r85RDfndLUjpAmipe3oLFcGzD4GRfPgf7wku2unoes=";
};
vendorHash = null;