go-toml: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm
2026-05-02 14:17:34 +00:00
parent e8e5dcb060
commit 39fbcae56a

View File

@@ -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;