Skip to content

Commit

Permalink
dapper: 0.4.1 -> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 14, 2020
1 parent 0905a5d commit ea09233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/dapper/default.nix
Expand Up @@ -5,15 +5,15 @@

buildGoPackage rec {
pname = "dapper";
version = "0.4.1";
version = "0.5.1";

goPackagePath = "github.com/rancher/dapper";

src = fetchFromGitHub {
owner = "rancher";
repo = "dapper";
rev = "v${version}";
sha256 = "03rmkmlvhmfwcln5v1rqww1kirxm0d1p58h6pj8f5fnhk9spb162";
sha256 = "0sf56ii4sn2wdq5kiyl02sgvq0lvynzgiq8v5wrkkabj5107fiqw";
};
patchPhase = ''
substituteInPlace main.go --replace 0.0.0 ${version}
Expand Down

0 comments on commit ea09233

Please sign in to comment.