Unverified Commit 5602c240 authored by isabel's avatar isabel Committed by GitHub
Browse files

go-toml: 2.3.0 -> 2.3.1 (#515910)

parents 8d5c8cef 39fbcae5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
}:
let
  version = "2.3.0";
  version = "2.3.1";
in
buildGoModule {
  pname = "go-toml";
@@ -14,7 +14,7 @@ buildGoModule {
    owner = "pelletier";
    repo = "go-toml";
    rev = "v${version}";
    sha256 = "sha256-bA8UYvYx5avw+3yzGL9TTZYGSrFUA6RxtomlSJnQHNA=";
    sha256 = "sha256-12PFm89E8GI2toBpEZWp+VaAlywI6yBoPjz421GhMu4=";
  };

  vendorHash = null;