go-toml: 1.9.2 -> 1.9.3

This commit is contained in:
R. RyanTM 2021-06-18 06:10:54 +00:00
parent 6de87929ca
commit 5420c28e67

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "go-toml";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "pelletier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x740f6I+szhq4mEsed4bsXcC8PvzF6PKFJNJ9SKMGIE=";
sha256 = "sha256-Vu/PS01JeSeg1KHkpqL12rTjRJFoc9rla48H/ei2HDM=";
};
goPackagePath = "github.com/pelletier/go-toml";