gh-ost: 1.1.0 -> 1.1.1

This commit is contained in:
R. RyanTM 2021-05-04 04:15:31 +00:00 committed by Jonathan Ringer
parent 3e8440cb26
commit f36a22c6b3

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "gh-ost";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "github";
repo = "gh-ost";
rev = "v${version}";
sha256 = "0laj5nmf10qn01mqn0flipmhankgvrcfbdl3bc76wa14qkkg722m";
sha256 = "sha256-srJXzY4TTHZDYKq8OPqin4zRoYlmaJKhHXDzO/GjBV8=";
};
goPackagePath = "github.com/github/gh-ost";