Merge pull request #115085 from r-ryantm/auto-update/dapper

dapper: 0.5.5 -> 0.5.6
This commit is contained in:
Mario Rodas 2021-03-08 19:56:07 -05:00 committed by GitHub
commit 35586f1ba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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