Skip to content

Commit

Permalink
Merge pull request #190125 from r-ryantm/auto-update/dagger
Browse files Browse the repository at this point in the history
dagger: 0.2.32 -> 0.2.33
  • Loading branch information
figsoda authored Sep 7, 2022
2 parents 11c8f03 + 258615b commit 5995824
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.32";
version = "0.2.33";

src = fetchFromGitHub {
owner = "dagger";
repo = "dagger";
rev = "v${version}";
sha256 = "sha256-D/iCHXEwsJ4QbDem9+cCjljMTeZY7HDmyXEcPCKjNck=";
sha256 = "sha256-+NpoD6PwTd8s9cABnFApnnqrEb8UkhCxmj3FEE6sP9Q=";
};

vendorSha256 = "sha256-GsBeitFYkjwybyRmC0GfYWGs4rwbFz4o6RlmuJibQDY=";
vendorSha256 = "sha256-t/tYN+Zxj3rxzb9QTTuPyjc4hdl+UjwPs+evAXbAByg=";

subPackages = [
"cmd/dagger"
Expand Down

0 comments on commit 5995824

Please sign in to comment.