gotestsum: 1.11.0 -> 1.12.0-unstable-2024-09-17; move to by-name (#345462)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-01 02:26:20 +02:00 committed by GitHub
commit 9dc3c339a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -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;

View File

@ -26410,8 +26410,6 @@ with pkgs;
gotests = callPackage ../development/tools/gotests { };
gotestsum = callPackage ../development/tools/gotestsum { };
gqlgenc = callPackage ../development/tools/gqlgenc { };
impl = callPackage ../development/tools/impl { };