scion: use buildGo121Module

This commit is contained in:
matthewcroughan 2024-03-24 10:38:42 +00:00 committed by Emery Hemingway
parent 007dbec94d
commit b0da52a02f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ lib
, buildGoModule
, buildGo121Module
, fetchFromGitHub
}:
let
@ -18,7 +18,7 @@ let
'';
in
buildGoModule {
buildGo121Module {
pname = "scion";
inherit version;