aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/package.nix
diff options
context:
space:
mode:
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