depot/third_party/gopkgs/golang.org/x/sys/default.nix

15 lines
385 B
Nix
Raw Normal View History

2020-11-04 17:10:15 +00:00
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
{ depot, ... }:
depot.third_party.buildGo.external {
path = "golang.org/x/sys";
src = depot.third_party.nixpkgs.fetchFromGitHub {
owner = "golang";
repo = "sys";
2023-01-14 22:47:12 +00:00
rev = "v0.4.0";
hash = "sha256:0fr2d6fnpbqx6n89sg9lsinqkdaw49y068kqj2g0cxlhbh69hzii";
2020-11-04 17:10:15 +00:00
};
}