go-chromecast: fix build

"go test" fails with go 1.23 use buildGo122Module for now.
This commit is contained in:
zi3m5f 2024-11-02 13:39:40 +01:00
parent e5cbc1bf65
commit f23fe574f8
No known key found for this signature in database

View File

@ -1,10 +1,11 @@
{
lib,
buildGoModule,
buildGo122Module,
fetchFromGitHub,
}:
buildGoModule rec {
# "go test" fails with go 1.23
buildGo122Module rec {
pname = "go-chromecast";
version = "0.3.1";