forked from mirrors/nixpkgs
gosu: use testers.testVersion
This commit is contained in:
parent
fd39a60a42
commit
76196d6f19
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub, testVersion, gosu }:
|
||||
{ lib, buildGoModule, fetchFromGitHub, testers, gosu }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gosu";
|
||||
|
@ -15,7 +15,7 @@ buildGoModule rec {
|
|||
|
||||
ldflags = [ "-d" "-s" "-w" ];
|
||||
|
||||
passthru.tests.version = testVersion {
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = gosu;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue