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

dapper: 0.4.1 -> 0.5.1
gstqt5
Ryan Mulligan 2020-06-14 12:57:49 -07:00 committed by GitHub
commit f8c0789069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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}