mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
gh-ost: 1.0.36 -> 1.0.47
Also fixes a weirdness with the derivation where to use it, you needed to specify `gh-ost.gh-ost`. There's nothing special about the extra output.
This commit is contained in:
parent
7cc1f8e032
commit
81a288124e
@ -2,11 +2,11 @@
|
||||
|
||||
let
|
||||
goPackagePath = "github.com/github/gh-ost";
|
||||
version = "1.0.36";
|
||||
sha256 = "0qa7k50bf87bx7sr6iwqri8l49f811gs0bj3ivslxfibcs1z5d4h";
|
||||
version = "1.0.47";
|
||||
sha256 = "0yyhkqis4j2cl6w2drrjxdy5j8x9zp4j89gsny6w4ql8gm5qgvvk";
|
||||
|
||||
in {
|
||||
gh-ost = buildGoPackage ({
|
||||
in
|
||||
buildGoPackage ({
|
||||
name = "gh-ost-${version}";
|
||||
inherit goPackagePath;
|
||||
|
||||
@ -23,5 +23,5 @@ in {
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
});
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user