hjson-go: 4.7.0 -> 4.7.1

This commit is contained in:
R. Ryantm
2026-09-06 20:08:44 +00:00
parent f0f26c7189
commit 41f66ae151

View File

@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "hjson-go";
version = "4.7.0";
version = "4.7.1";
src = fetchFromGitHub {
owner = "hjson";
repo = "hjson-go";
rev = "v${finalAttrs.version}";
hash = "sha256-tQ4KvDS3f/EbCoONUWJpGqLOC9pMm1HO7eZXZ7xpVB8=";
hash = "sha256-PCDTXpTClOw9n8xiW5uKp7OhuG5uO9PeL70PR3I5/HM=";
};
vendorHash = null;