Skip to content
Snippets Groups Projects

Bump to ZKAPAuthorizer that fixes the Ristretto thing

Merged Jean-Paul Calderone requested to merge fix-ristretto-cargoSha256 into master
13 files
+ 44
34
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
{ pkgs ? import <nixpkgs> { } }:
{ pkgs ? import ./nixpkgs.nix { } }:
let
# NixOS 19.03 packaged graphviz has trouble rendering our architecture
# overview. Latest from upstream does alright, though. Use that.
Loading