convoy: 0.5.0 -> 0.5.2
This commit is contained in:
parent
1b56c5b920
commit
51c901433b
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
pname = "convoy";
|
||||
version = "0.5.0";
|
||||
version = "0.5.2";
|
||||
|
||||
goPackagePath = "github.com/rancher/convoy";
|
||||
|
||||
|
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||
rev = "v${version}";
|
||||
owner = "rancher";
|
||||
repo = "convoy";
|
||||
sha256 = "0ihy0cfq7sa2wml904ajwr165hx2mas3jb1bqk3i0m4fg1lx1xw1";
|
||||
sha256 = "09nygrxd5hril4xcfsvgjg74xxhhimznqq4sdk0f360c5ra0dbhj";
|
||||
};
|
||||
|
||||
buildInputs = [lvm2];
|
||||
|
|
Loading…
Reference in a new issue