Skip to content
Snippets Groups Projects
repo.nix 213 B
Newer Older
  • Learn to ignore specific revisions
  • { fetchFromGitHub }:
    fetchFromGitHub {
      owner = "PrivateStorageio";
      repo = "PaymentServer";
    
      rev = "6a28c4465756f97b0cb7c54d565c356de9ded568";
      hash = "sha256-lYAggpYL34hDLJKmCslpbdA208Z4V836Dlgj9wtP2Dg=";