Unverified Commit 50f479aa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

hjson-go: 4.3.0 -> 4.3.1
parents e2f9c5dd ed9331c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;