konf: 0.2.0 -> 0.3.0

This commit is contained in:
R. Ryantm 2022-09-21 21:11:28 +00:00
parent 9b6e32ee67
commit ef6303dc92

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "konf";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "SimonTheLeg";
repo = "konf-go";
rev = "v${version}";
hash = "sha256-UeuR7lsNG2Y0hdpQA5NXBUlSvYeixyKS73N95z5TZ7k=";
hash = "sha256-n8WJyihpbtci8Q6zUapwrpTrVZVAS53OpnwAsv6w1FY=";
};
vendorHash = "sha256-sB3j19HrTtaRqNcooqNy8vBvuzxxyGDa7MOtiGoVgN8=";