Skip to content

Commit

Permalink
gotestsum: 1.11.0 -> 1.12.0-unstable-2024-09-17
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Sep 30, 2024
1 parent b1ecd48 commit cad7ec6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/by-name/go/gotestsum/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
buildGoModule,
}:
let
version = "1.11.0";
version = "1.12.0";
in
buildGoModule {
pname = "gotestsum";
inherit version;

# move back to stable releases when build is successful
version = "${version}-unstable-2024-09-17";

src = fetchFromGitHub {
owner = "gotestyourself";
repo = "gotestsum";
rev = "v${version}";
hash = "sha256-Sq0ejnX7AJoPf3deBge8PMOq1NlMbw+Ljn145C5MQ+s=";
rev = "2f61a73f997821b2e5a1823496e8362630e213f9";
hash = "sha256-5zgchATcpoM4g5Mxex9wYanzrR0Pie9GYqx48toORkM=";
};

vendorHash = "sha256-zUqa6xlDV12ZV4N6+EZ7fLPsL8U+GB7boQ0qG9egvm0=";
vendorHash = "sha256-DR4AyEhgD71hFFEAnPfSxaWYFFV7FlPugZBHUjDynEE=";

doCheck = false;

Expand Down

0 comments on commit cad7ec6

Please sign in to comment.