kyverno: convert sha256 to hash

This commit is contained in:
superherointj 2024-04-26 11:19:56 -03:00 committed by GitHub
parent a8b61a498a
commit cacdbb152a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ buildGoModule rec {
owner = "kyverno";
repo = "kyverno";
rev = "v${version}";
sha256 = "sha256-hFRqhw1iV9S13NQ7Y9SPeHHWZ/ls9fiiqlP3vuPeRlY=";
hash = "sha256-hFRqhw1iV9S13NQ7Y9SPeHHWZ/ls9fiiqlP3vuPeRlY=";
};
ldflags = [