Skip to content

Commit

Permalink
gotestsum: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and marsam committed Mar 18, 2020
1 parent 69a3ce9 commit 560036d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/tools/gotestsum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

buildGoModule rec {
pname = "gotestsum";
version = "0.4.0";
version = "0.4.1";

src = fetchFromGitHub {
owner = "gotestyourself";
repo = "gotestsum";
rev = "v${version}";
sha256 = "0y71qr3ss3hgc8c7nmvpwk946xy1jc5d8whsv6y77wb24ncla7n0";
sha256 = "1wllcmc2c8ch2ggknhxwgdm6g70ppmxr492kbxvlbwif9p6ms0ci";
};

modSha256 = "1dgs643pmcw68yc003zss52hbvsy6hxzwkrhr0qmsqkmzxryb3bn";
modSha256 = "08vil1jb7dpkld59b6qhsfh9cx450vbgfaji7777immzsd1azf4m";

buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];

meta = with stdenv.lib; {
homepage = "https://github.com/gotestyourself/gotestsum";
Expand Down

0 comments on commit 560036d

Please sign in to comment.