forked from mirrors/nixpkgs
Merge pull request #55726 from cransom/bug/update-gh-ost
gh-ost: 1.0.36 -> 1.0.47
This commit is contained in:
commit
92bc2f7350
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
goPackagePath = "github.com/github/gh-ost";
|
goPackagePath = "github.com/github/gh-ost";
|
||||||
version = "1.0.36";
|
version = "1.0.47";
|
||||||
sha256 = "0qa7k50bf87bx7sr6iwqri8l49f811gs0bj3ivslxfibcs1z5d4h";
|
sha256 = "0yyhkqis4j2cl6w2drrjxdy5j8x9zp4j89gsny6w4ql8gm5qgvvk";
|
||||||
|
|
||||||
in {
|
in
|
||||||
gh-ost = buildGoPackage ({
|
buildGoPackage ({
|
||||||
name = "gh-ost-${version}";
|
name = "gh-ost-${version}";
|
||||||
inherit goPackagePath;
|
inherit goPackagePath;
|
||||||
|
|
||||||
|
@ -23,5 +23,5 @@ in {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
});
|
})
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue