From c1e11533b8b70bd04ea0f602f8588d8005ef39e4 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 12 Jul 2021 10:31:04 -0400
Subject: [PATCH] bump to a better packaged version of the dep

---
 nix/challenge-bypass-ristretto-repo.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nix/challenge-bypass-ristretto-repo.nix b/nix/challenge-bypass-ristretto-repo.nix
index 007d257..78c4d07 100644
--- a/nix/challenge-bypass-ristretto-repo.nix
+++ b/nix/challenge-bypass-ristretto-repo.nix
@@ -4,6 +4,6 @@ in
   pkgs.fetchFromGitHub {
     owner = "LeastAuthority";
     repo = "python-challenge-bypass-ristretto";
-    rev = "v2020.04.03rc1";
-    sha256 = "03iqww9h7ff0pdi3mgg912a9s9yd8xbm4cx7iznv94611vxrcdzs";
-  }
+    rev = "0c4af863a7485bb99523c4f5ee978ec6699d78e3";
+    sha256 = "16af1qmx7srhvcc936x7hl2bz50hafm39311dbzqam9ms1i5q89j";
+  }
\ No newline at end of file
-- 
GitLab