gosu: use testers.testVersion

This commit is contained in:
Bobby Rong 2022-04-26 15:59:39 +08:00
parent fd39a60a42
commit 76196d6f19
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

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