nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

deps.nix (1786B)


      1 [
      2   {
      3     goPackagePath = "github.com/miekg/dns";
      4     fetch = {
      5       type = "git";
      6       url = "https://github.com/miekg/dns";
      7       rev = "v1.1.48";
      8       sha256 = "sha256-FA4nYe0t6k8ZugvSYgZWXIXFbfjaBd2IzDew+pblpJI=";
      9     };
     10   }
     11   {
     12     goPackagePath = "golang.org/x/net";
     13     fetch = {
     14       type = "git";
     15       url = "https://go.googlesource.com/net";
     16       rev = "1850ba15e1bead26ce105d30e15374864d8eff07";
     17       sha256 = "sha256-GUMZ+fwMlO8LPxcZbX3eARcjMN+VuSYJA/Lpl8s7ixY=";
     18     };
     19   }
     20   {
     21     goPackagePath = "golang.org/x/sys";
     22     fetch = {
     23       type = "git";
     24       url = "https://go.googlesource.com/sys";
     25       rev = "33da011f77ade50ff5b6a6fb4a9a1e6d6b285809";
     26       sha256 = "sha256-mWg+AboQLFaoe09QqOpg8pIBPo63Blur0cvnizONQdc=";
     27     };
     28   }
     29   {
     30     goPackagePath = "golang.org/x/tools";
     31     fetch = {
     32       type = "git";
     33       url = "https://go.googlesource.com/tools";
     34       rev = "48a2cc8a0dedac636c66bb5f095ad46073e0a288";
     35       sha256 = "sha256-pXQI4QhpIDJvNakvXrhBXP6PX2eftV0C9EEkO2bWWvQ=";
     36     };
     37   }
     38   {
     39     goPackagePath = "golang.org/x/sync";
     40     fetch = {
     41       type = "git";
     42       url = "https://go.googlesource.com/sync";
     43       rev = "036812b2e83c0ddf193dd5a34e034151da389d09";
     44       sha256 = "sha256-qyBoAsnVWZyQM7UkJ573EjijMHK0q5mVoY/o4a8Agr4=";
     45     };
     46   }
     47   {
     48     goPackagePath = "golang.org/x/xerrors";
     49     fetch = {
     50       type = "git";
     51       url = "https://go.googlesource.com/xerrors";
     52       rev = "2f41105eb62f341cfe208d06de4ee3bdd3a083da";
     53       sha256 = "sha256-yZNeG+jcarcw/aOFhrhxWWE20r0P+/VJF4i/0JQfv1c=";
     54     };
     55   }
     56   {
     57     goPackagePath = "golang.org/x/mod";
     58     fetch = {
     59       type = "git";
     60       url = "https://go.googlesource.com/mod";
     61       rev = "v0.5.1";
     62       sha256 = "sha256-CThURfk/KKuPD1XesYauFLxnZH0RJXc7hCGpW4YDk4U=";
     63     };
     64   }
     65 ]