hjson-go: 4.1.0 -> 4.2.0

This commit is contained in:
R. Ryantm 2022-09-27 13:34:15 +00:00 committed by ehmry
parent 7e52b35fe9
commit ee64f05fd4

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hjson-go";
version = "4.1.0";
version = "4.2.0";
src = fetchFromGitHub {
owner = "hjson";
repo = pname;
rev = "v${version}";
sha256 = "sha256-L438L50LgF/YUzWRyTcZz6JrBlJQ1/XMYZUUb0avb0w=";
sha256 = "sha256-bw8dQKwHqEzBpDT+59XjzhxDrA3R0OiEUyIWMULuAQI=";
};
vendorSha256 = null;