Commit b0da52a0 authored by matthewcroughan's avatar matthewcroughan Committed by Emery Hemingway
Browse files

scion: use buildGo121Module

parent 007dbec9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib
, buildGoModule
, buildGo121Module
, fetchFromGitHub
}:
let
@@ -18,7 +18,7 @@ let
    '';
in

buildGoModule {
buildGo121Module {
  pname = "scion";

  inherit version;