gosu: use testers.testVersion

main
Bobby Rong 2 years ago
parent fd39a60a42
commit 76196d6f19
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 4
      pkgs/tools/misc/gosu/default.nix

@ -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…
Cancel
Save