about summary refs log tree commit diff
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2024-03-24 10:38:42 +0000
committerEmery Hemingway <ehmry@posteo.net>2024-03-24 11:23:35 +0000
commitb0da52a02fd0dbd90733c2089d4b12b3900dde61 (patch)
tree796f5935a80178357ac06e7d5813708508102785
parent007dbec94d1f257f794c3dbf2bf628203cd40265 (diff)
scion: use buildGo121Module
-rw-r--r--pkgs/by-name/sc/scion/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/sc/scion/package.nix b/pkgs/by-name/sc/scion/package.nix
index 100fe1746c70d..29eac848eeb09 100644
--- a/pkgs/by-name/sc/scion/package.nix
+++ b/pkgs/by-name/sc/scion/package.nix
@@ -1,5 +1,5 @@
 { lib
-, buildGoModule
+, buildGo121Module
 , fetchFromGitHub
 }:
 let
@@ -18,7 +18,7 @@ let
     '';
 in
 
-buildGoModule {
+buildGo121Module {
   pname = "scion";
 
   inherit version;