use hash/vendorHash in favor of sha256/vendorSha256

This commit is contained in:
Arik Grahl
2022-09-11 13:38:54 +02:00
parent 24a2410122
commit fa3e7042dd
+2 -2
View File
@@ -11,10 +11,10 @@ buildGoModule rec {
rev = "main";
owner = "SimonTheLeg";
repo = "konf-go";
sha256 = "sha256-UeuR7lsNG2Y0hdpQA5NXBUlSvYeixyKS73N95z5TZ7k=";
hash = "sha256-UeuR7lsNG2Y0hdpQA5NXBUlSvYeixyKS73N95z5TZ7k=";
};
vendorSha256 = "sha256-sB3j19HrTtaRqNcooqNy8vBvuzxxyGDa7MOtiGoVgN8=";
vendorHash = "sha256-sB3j19HrTtaRqNcooqNy8vBvuzxxyGDa7MOtiGoVgN8=";
meta = with lib; {
description = "Lightweight and blazing fast kubeconfig manager which allows to use different kubeconfigs at the same time";