From 253be207ba1df189fb467919e41ce8fab12cf6b0 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 13 Jan 2022 14:56:10 -0500
Subject: [PATCH] update to in-development version of dep that fixes pkg-config

---
 nix/challenge-bypass-ristretto.nix | 2 +-
 nix/sources.json                   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/nix/challenge-bypass-ristretto.nix b/nix/challenge-bypass-ristretto.nix
index 69599b0..e813986 100644
--- a/nix/challenge-bypass-ristretto.nix
+++ b/nix/challenge-bypass-ristretto.nix
@@ -6,4 +6,4 @@ in
 , callPackage
 , libchallenge_bypass_ristretto_ffi_repo ? sources.libchallenge_bypass_ristretto_ffi
 }:
-  import "${libchallenge_bypass_ristretto_ffi_repo}/default-challenge-bypass-ristretto-ffi.nix" { }
+  import "${libchallenge_bypass_ristretto_ffi_repo}/challenge-bypass-ristretto.nix" { }
diff --git a/nix/sources.json b/nix/sources.json
index d324dd9..00cc440 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -12,15 +12,15 @@
         "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
     },
     "libchallenge_bypass_ristretto_ffi": {
-        "branch": "master",
+        "branch": "lib-dir-is-lib-dir",
         "description": "Python bindings for Brave's challenge-bypass-ristretto library",
         "homepage": null,
         "owner": "leastauthority",
         "repo": "python-challenge-bypass-ristretto",
-        "rev": "v2021.07.12",
-        "sha256": "16af1qmx7srhvcc936x7hl2bz50hafm39311dbzqam9ms1i5q89j",
+        "rev": "7c99b67e8731486f1aa0193ac1325f77e7d6338d",
+        "sha256": "0w5vpq9kqhdbbynbbky1ibx1im5582yacqnb9y2y3h114diywdyq",
         "type": "tarball",
-        "url": "https://github.com/leastauthority/python-challenge-bypass-ristretto/archive/v2021.07.12.tar.gz",
+        "url": "https://github.com/leastauthority/python-challenge-bypass-ristretto/archive/7c99b67e8731486f1aa0193ac1325f77e7d6338d.tar.gz",
         "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
     },
     "niv": {
-- 
GitLab