Commit c033e938 authored by R. RyanTM's avatar R. RyanTM Committed by Emery Hemingway
Browse files

hjson-go: 4.4.0 -> 4.5.0

parent 0292bfd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "hjson-go";
  version = "4.4.0";
  version = "4.5.0";

  src = fetchFromGitHub {
    owner = "hjson";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-fonPxk/9ue8LzHTdKpuHJcucQoMl4P6gq+tbjS8Ui7Q=";
    hash = "sha256-0xFTxnXMJA98+Y6gwO8zCDPQvLecG1qmbGAISCFMaPw=";
  };

  vendorHash = null;