From cbd95294ba1f6c0a54fe8510814359e4a774cd67 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 20 Aug 2026 18:23:21 +0900 Subject: go: 1.27 This fixes test cases affected by jsonv2 changes. Signed-off-by: Ophestra --- test/package.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/package.nix') diff --git a/test/package.nix b/test/package.nix index 46567b69..e68420e3 100644 --- a/test/package.nix +++ b/test/package.nix @@ -1,7 +1,7 @@ { lib, stdenv, - buildGo126Module, + buildGo127Module, makeBinaryWrapper, xdg-dbus-proxy, pkg-config, @@ -20,7 +20,7 @@ fuse3, # for passthru.buildInputs - go_1_26, + go_1_27, clang, xorgproto, @@ -32,7 +32,7 @@ withStatic ? stdenv.hostPlatform.isStatic, }: -buildGo126Module rec { +buildGo127Module rec { pname = "hakurei"; version = with lib.strings; removePrefix "v" (trim (builtins.readFile ../cmd/dist/VERSION)); @@ -55,7 +55,7 @@ buildGo126Module rec { ]; nativeBuildInputs = [ - go_1_26 + go_1_27 pkg-config wayland-scanner ]; @@ -126,10 +126,10 @@ buildGo126Module rec { ''; passthru = { - go = go_1_26; + go = go_1_27; targetPkgs = [ - go_1_26 + go_1_27 clang xorgproto util-linux -- cgit v1.3.1