mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #143616 from r-ryantm/auto-update/dapper
dapper: 0.5.6 -> 0.5.7
This commit is contained in:
commit
435a33a9b1
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue