Skip to content

Commit

Permalink
Merge pull request #115578 from wizeman/u/upd-go-task
Browse files Browse the repository at this point in the history
go-task: 2.8.1 -> 3.2.2
  • Loading branch information
SuperSandro2000 committed Mar 9, 2021
2 parents 8d32704 + 197e736 commit 505c9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/go-task/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "go-task";
version = "2.8.1";
version = "3.2.2";

src = fetchFromGitHub {
owner = pname;
repo = "task";
rev = "v${version}";
sha256 = "1yf5s22q4hsxvgzrj4k6gbbq0whl5b9j12mbwimxaf53q535wy4q";
sha256 = "0x94z023rsl7h9prw0i4zkwb5xf2frjz8f15mmcknw48r9ymw598";
};

vendorSha256 = null;
vendorSha256 = "05sh4jbva23ggg2viknl49bwgkhf8dfvsv3rqkl4wwi9ag64qgha";

doCheck = false;

Expand Down

0 comments on commit 505c9d2

Please sign in to comment.