Merge pull request #263192 from r-ryantm/auto-update/hjson-go

hjson-go: 4.3.0 -> 4.3.1
This commit is contained in:
Nick Cao 2023-10-25 09:45:24 -04:00 committed by GitHub
commit 50f479aa6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "hjson-go";
version = "4.3.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "hjson";
repo = pname;
rev = "v${version}";
hash = "sha256-WR6wLa/Za5MgcH1enHG/74uq/7PdaY/OzvJdgMgDFIk=";
hash = "sha256-ox6/PY7Nx282bUekLoXezWfKDiDzCBUZMa5/nu2qG40=";
};
vendorHash = null;