Skip to content

Commit

Permalink
Merge pull request NixOS#98722 from r-ryantm/auto-update/go-toml
Browse files Browse the repository at this point in the history
go-toml: 1.8.0 -> 1.8.1
  • Loading branch information
marsam committed Sep 25, 2020
2 parents 163fc72 + e903c32 commit 236eb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/go-toml/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "go-toml";
version = "1.8.0";
version = "1.8.1";

src = fetchFromGitHub {
owner = "pelletier";
repo = pname;
rev = "v${version}";
sha256 = "0fxmjm85c9h43lvqz71wr93fcc63bhj82nwby80222xx8ja63g7y";
sha256 = "1pi1r9ds0vxjza4qrbk52y98wxrzh1ghwzc9c2v1w6i02pdwdcz9";
};

goPackagePath = "github.com/pelletier/go-toml";
Expand Down

0 comments on commit 236eb73

Please sign in to comment.