konf: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm 2022-09-26 18:44:38 +00:00
parent ef395e396b
commit f5ea788877

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "konf";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "SimonTheLeg";
repo = "konf-go";
rev = "v${version}";
hash = "sha256-n8WJyihpbtci8Q6zUapwrpTrVZVAS53OpnwAsv6w1FY=";
hash = "sha256-8TXr/jYMl3NLERtLkm7qG97IL/idz4xxP0g0LEy4/j8=";
};
vendorHash = "sha256-sB3j19HrTtaRqNcooqNy8vBvuzxxyGDa7MOtiGoVgN8=";