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

dapper: 0.5.6 -> 0.5.7
This commit is contained in:
Artturi 2021-11-02 13:31:52 +02:00 committed by GitHub
commit 435a33a9b1
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.6";
version = "0.5.7";
goPackagePath = "github.com/rancher/dapper";
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "rancher";
repo = "dapper";
rev = "v${version}";
sha256 = "sha256-o64r4TBDpICnVZMIX2jKQjoJkA/jAviJkvI/xJ4ToM8=";
sha256 = "sha256-kzjDhBmyB1Yf39bvdlGJ6EFtaviDqozf20mDaaaChSs=";
};
patchPhase = ''
substituteInPlace main.go --replace 0.0.0 ${version}