konf: 0.5.1 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-07-02 13:37:21 +00:00
parent 0ef1870535
commit 32a70105ba

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "konf";
version = "0.5.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "SimonTheLeg";
repo = "konf-go";
rev = "v${version}";
hash = "sha256-uzB3quuex00Gp7YRkgo7gF92oPcBoQtLwG6hqMzK6oo=";
hash = "sha256-GSrR2uLeGodmE1egRtvTyWhJckYUnI97n7dnmjPvu3k=";
};
vendorHash = "sha256-sB3j19HrTtaRqNcooqNy8vBvuzxxyGDa7MOtiGoVgN8=";