gh-ost: 1.1.2 -> 1.1.4

main
R. Ryantm 2 years ago committed by Jonathan Ringer
parent 41f078c650
commit 2a663a0621
  1. 4
      pkgs/tools/misc/gh-ost/default.nix

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "gh-ost";
version = "1.1.2";
version = "1.1.4";
src = fetchFromGitHub {
owner = "github";
repo = "gh-ost";
rev = "v${version}";
sha256 = "sha256-q1wtATFm65c2esQ+TPR2f+YafYeOmC79EumHyGxXrnE=";
sha256 = "sha256-HtLtwqPijOE19iJ2AUNAnyc2ujLPeH43HSg3QRBbKEg=";
};
goPackagePath = "github.com/github/gh-ost";

Loading…
Cancel
Save