From a4bc5d9f4ef3c6104dbb87fcc31e1e56aa981c21 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 20 Mar 2020 15:21:07 -0400
Subject: [PATCH] Bump to latest version

---
 python-challenge-bypass-ristretto-repo.nix | 4 ++--
 remove-setuptools-scm.patch                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/python-challenge-bypass-ristretto-repo.nix b/python-challenge-bypass-ristretto-repo.nix
index de9af87..c7e246f 100644
--- a/python-challenge-bypass-ristretto-repo.nix
+++ b/python-challenge-bypass-ristretto-repo.nix
@@ -4,6 +4,6 @@ in
   pkgs.fetchFromGitHub {
     owner = "LeastAuthority";
     repo = "python-challenge-bypass-ristretto";
-    rev = "e15f0f02d43cd16e712cde26e87b4854bedff5e6";
-    sha256 = "1xrzcf01z2hzhajbnv6csc1dqld8apkvv6x202hjc9y88rb2mmpb";
+    rev = "f1a7cfab1a7f1bf8b3345c228c2183064889ad83";
+    sha256 = "12myak2jwaisljs7bmx1vydgd0fnxvkaisk4zsf0kshwxrlnyh3x";
   }
\ No newline at end of file
diff --git a/remove-setuptools-scm.patch b/remove-setuptools-scm.patch
index 1149ea6..1f7cdc1 100644
--- a/remove-setuptools-scm.patch
+++ b/remove-setuptools-scm.patch
@@ -16,6 +16,6 @@ index 6da2d4d..32262dd 100644
          ],
      },
 -    use_scm_version=_myversion,
-     url='https://github.com/',
+     url='https://github.com/LeastAuthority/python-challenge-bypass-ristretto',
      milksnake_tasks=[
          build_native
-- 
GitLab