File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
pkgs/by-name/go/gotestsum Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 44 buildGoModule ,
55} :
66let
7- version = "1.11 .0" ;
7+ version = "1.12 .0" ;
88in
99buildGoModule {
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
You can’t perform that action at this time.
0 commit comments