aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/package.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-08-20 18:23:21 +0900
committerOphestra <cat@gensokyo.uk>2026-08-20 19:05:29 +0900
commitcbd95294ba1f6c0a54fe8510814359e4a774cd67 (patch)
tree089ec619d013a2a6c0161848690c29527cc9b453 /test/package.nix
parentace59607f2189ebad3b91cd43e7b3f52057dc942 (diff)
go: 1.27
This fixes test cases affected by jsonv2 changes. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/package.nix')
-rw-r--r--test/package.nix12
1 files changed, 6 insertions, 6 deletions
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