dapper: 0.5.4 -> 0.5.5

This commit is contained in:
R. RyanTM 2021-01-29 00:04:58 +00:00
parent 9081072933
commit de1701742b

View File

@ -5,7 +5,7 @@
buildGoPackage rec {
pname = "dapper";
version = "0.5.4";
version = "0.5.5";
goPackagePath = "github.com/rancher/dapper";
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "rancher";
repo = "dapper";
rev = "v${version}";
sha256 = "sha256-2KyDFiCxqoQt/m12vyHH8/L88+dOQGGsnI3l1G82NxQ=";
sha256 = "sha256-QzPW1uC/WuYM/lLqyKodIozGTz5Qn1haoDvgNgjhrRA=";
};
patchPhase = ''
substituteInPlace main.go --replace 0.0.0 ${version}