Skip to content

Commit 9dc3c33

Browse files
authored
gotestsum: 1.11.0 -> 1.12.0-unstable-2024-09-17; move to by-name (#345462)
2 parents bf51ad7 + cad7ec6 commit 9dc3c33

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pkgs/development/tools/gotestsum/default.nix renamed to pkgs/by-name/go/gotestsum/package.nix

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44
buildGoModule,
55
}:
66
let
7-
version = "1.11.0";
7+
version = "1.12.0";
88
in
99
buildGoModule {
1010
pname = "gotestsum";
11-
inherit version;
11+
12+
# move back to stable releases when build is successful
13+
version = "${version}-unstable-2024-09-17";
1214

1315
src = fetchFromGitHub {
1416
owner = "gotestyourself";
1517
repo = "gotestsum";
16-
rev = "v${version}";
17-
hash = "sha256-Sq0ejnX7AJoPf3deBge8PMOq1NlMbw+Ljn145C5MQ+s=";
18+
rev = "2f61a73f997821b2e5a1823496e8362630e213f9";
19+
hash = "sha256-5zgchATcpoM4g5Mxex9wYanzrR0Pie9GYqx48toORkM=";
1820
};
1921

20-
vendorHash = "sha256-zUqa6xlDV12ZV4N6+EZ7fLPsL8U+GB7boQ0qG9egvm0=";
22+
vendorHash = "sha256-DR4AyEhgD71hFFEAnPfSxaWYFFV7FlPugZBHUjDynEE=";
2123

2224
doCheck = false;
2325

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26410,8 +26410,6 @@ with pkgs;
2641026410

2641126411
gotests = callPackage ../development/tools/gotests { };
2641226412

26413-
gotestsum = callPackage ../development/tools/gotestsum { };
26414-
2641526413
gqlgenc = callPackage ../development/tools/gqlgenc { };
2641626414

2641726415
impl = callPackage ../development/tools/impl { };

0 commit comments

Comments
 (0)