dapper: 0.4.1 -> 0.5.1

This commit is contained in:
R. RyanTM 2020-06-14 12:58:02 +00:00
parent 0905a5d990
commit ea09233a46

View File

@ -5,7 +5,7 @@
buildGoPackage rec {
pname = "dapper";
version = "0.4.1";
version = "0.5.1";
goPackagePath = "github.com/rancher/dapper";
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "rancher";
repo = "dapper";
rev = "v${version}";
sha256 = "03rmkmlvhmfwcln5v1rqww1kirxm0d1p58h6pj8f5fnhk9spb162";
sha256 = "0sf56ii4sn2wdq5kiyl02sgvq0lvynzgiq8v5wrkkabj5107fiqw";
};
patchPhase = ''
substituteInPlace main.go --replace 0.0.0 ${version}