Skip to content

Commit

Permalink
dagger: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 21, 2023
1 parent d384095 commit 8627e9d
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.4.0";
version = "0.4.1";

src = fetchFromGitHub {
owner = "dagger";
repo = "dagger";
rev = "v${version}";
hash = "sha256-xSEO1UD5piTFBBdse45yPAXKEwUm2tCxvwNTrlfgRNk=";
hash = "sha256-d7Yz5MgV5l54uGbQPmGUVZuz4xdGO+gSiI9/6Axqsb0=";
};

vendorHash = "sha256-nBlebDN1TsB+RFArl5fR3xyz5FWr4wOxL+9oWVvOpwI=";
vendorHash = "sha256-fRHs2B/pea9FIqPpOaR6z3do+tpnaGlKTbwfF/smC4w=";
proxyVendor = true;

subPackages = [
Expand Down

0 comments on commit 8627e9d

Please sign in to comment.