mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
atomic-swap: fix build
``` vendor/github.com/quic-go/quic-go/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet. F...) as int value in variable declaration ```
This commit is contained in:
parent
58deb9e37a
commit
f47e5cbf23
@ -1,7 +1,9 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub, nix-update-script, makeWrapper, monero-cli }:
|
||||
{ lib, buildGo120Module, fetchFromGitHub, nix-update-script, makeWrapper, monero-cli }:
|
||||
|
||||
let
|
||||
pname = "atomic-swap";
|
||||
version = "0.4.2";
|
||||
buildGoModule = buildGo120Module;
|
||||
in
|
||||
buildGoModule {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user