about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/system/pcstat/deps.nix
blob: 809bde1122f39743218dfc48ed1cb2e6fc7038d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    goPackagePath = "golang.org/x/sys";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/sys";
      rev = "d38bf781f16e180a1b2ad82697d2f81d7b7ecfac";
      sha256 = "0eedd518ab68c6dfd431a41709d9888bbc13ed31ff64d69dcbd947442b3aaa04";
    };
  }
]