packages/hyprspace: use Go 1.18

This commit is contained in:
Max Headroom 2022-09-26 17:59:36 +02:00
parent a2b241332b
commit b15aea613b
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
module github.com/hyprspace/hyprspace
go 1.16
go 1.18
require (
github.com/DataDrake/cli-ng/v2 v2.0.2

View file

@ -3,11 +3,11 @@
{
projectShells.hyprspace = {
tools = [
pkgs.go
pkgs.go_1_18
];
env.GOPATH.eval = "$PRJ_DATA_DIR/go";
};
packages.hyprspace = with pkgs; buildGoModule {
packages.hyprspace = with pkgs; buildGo118Module {
pname = "hyprspace";
version = "0.2.2";