packages/hyprspace: use go 1.17

This commit is contained in:
Max Headroom 2022-08-02 20:27:50 +02:00
parent 7003eb1f67
commit c7dae6b08e

View file

@ -1,6 +1,6 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, iproute2mac }: { lib, stdenv, buildGo117Module, fetchFromGitHub, iproute2mac }:
buildGoModule rec { buildGo117Module rec {
pname = "hyprspace"; pname = "hyprspace";
version = "0.2.2"; version = "0.2.2";