diff options
| author | quapka | 2024-08-08 16:53:37 +0200 |
|---|---|---|
| committer | quapka | 2024-08-08 16:53:37 +0200 |
| commit | a1033858ff932863599898e889b6ee4303208ae4 (patch) | |
| tree | 16d940ea1e54c59855a9f65baa5b92110e282018 | |
| parent | 424d9520440dfb0c769a1e4070351c181137328d (diff) | |
| download | ECTester-a1033858ff932863599898e889b6ee4303208ae4.tar.gz ECTester-a1033858ff932863599898e889b6ee4303208ae4.tar.zst ECTester-a1033858ff932863599898e889b6ee4303208ae4.zip | |
| -rw-r--r-- | nix/boringssl_pkg_versions.nix | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/nix/boringssl_pkg_versions.nix b/nix/boringssl_pkg_versions.nix index 87e9519..675d495 100644 --- a/nix/boringssl_pkg_versions.nix +++ b/nix/boringssl_pkg_versions.nix @@ -1,5 +1,17 @@ { buildECTesterStandalone }: { + rb7f5443c = buildECTesterStandalone { + boringssl = { + rev = "b7f5443cfc1298d77dfb9e6f2eea68035de521a4"; + hash = "sha256-ojt43tOnQRRLXZL9amoIDk1J7xncpMmiHf4qtgMQ2Po="; + }; + }; + r1b40d99d = buildECTesterStandalone { + boringssl = { + rev = "1b40d99d6a90d0039e9021adde5ad4de743cf0ad"; + hash = "sha256-2z2h71y5MyM5ExL/b8EzVVK4e88z6Q9vbui3Ju/4kpg="; + }; + }; r5af122c3 = buildECTesterStandalone { boringssl = { rev = "5af122c3dfc163b5d1859f1f450756e8e320a142"; @@ -588,16 +600,4 @@ hash = "sha256-bdhCbLFmXOl07F/yjeYpnoM41F7EkaWDRG45cNOSnVo="; }; }; - r2db0eb3f = buildECTesterStandalone { - boringssl = { - rev = "2db0eb3f96a5756298dcd7f9319e56a98585bd10"; - hash = "sha256-+G7BcdtU8AeNMY4NLQgKpgF28/CS9FIjf+vaOd+Wf6o="; - }; - }; - r70d05d5a = buildECTesterStandalone { - boringssl = { - rev = "70d05d5a34f6366116e2b0a530ea8d0186bb2a8e"; - hash = "sha256-aEtH4Efvt+zRGvUD9JAsBU+EfZySk8gU05fek5rbcbM="; - }; - }; } |
