Skip to content

Commit

Permalink
Merge pull request #177823 from sagikazarmark/dagger-0.2.19
Browse files Browse the repository at this point in the history
dagger: 0.2.18 -> 0.2.19
  • Loading branch information
SuperSandro2000 authored Jun 17, 2022
2 parents 713fe88 + 8f138ea commit b2c2335
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "dagger";
version = "0.2.18";
version = "0.2.19";

src = fetchFromGitHub {
owner = "dagger";
repo = "dagger";
rev = "v${version}";
sha256 = "sha256-nxBevv7COhywEYeRq1gXAuLswxe2WgHI0Pm78IvzapM=";
sha256 = "sha256-ZhMvVTfzqXr6miOrqYqMzH4suY2+RIYCH3fK08dsUmA=";
};

vendorSha256 = "sha256-27cXvgpw4Te0w/rMk6g5jF3UY6N8saArUwfbVO6xpes=";
vendorSha256 = "sha256-pE6g5z4rOQlqmI9LZQXoI6fRmSTXDv5H8Y+pNXVIcOU=";

subPackages = [
"cmd/dagger"
Expand Down

0 comments on commit b2c2335

Please # to comment.