aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index e081630..8311b35 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,11 +17,8 @@
patched_boringssl = with pkgs; pkgs.boringssl.overrideAttrs (final: prev: rec {
src = fetchgit {
url = "https://boringssl.googlesource.com/boringssl";
- # rev = "d274b1bacdca36f3941bf78e43dc38acf676a1a8"; # master at the time of writing
- # hash = "sha256-FtJFZorlGqPBfkPgFbEztNvYHweFaRVeuAM8xOMleMk=";
- # NOTE
- rev = "80a243e07ef77156af66efa7d22ac35aba44c1b3"; # ECTester submodule version at the time of writing
- hash = "sha256-Sa1XjU7wi4umVQ6BUj9BxJMHYlXNg6xw9Cb/vBE+ScQ=";
+ rev = "67422ed4434116daa8898773692165ddd51a6ac2";
+ hash = "sha256-7ScEX6ZqBl3PL+zn4bBBPFu5xxP1YswGQxh7g8+9VUc=";
};
# NOTE this build does not match upstream, but is what ECTester did at the time of writing