diff --git a/nixos/openssl-111k.nix b/nixos/openssl-111k.nix index 99925cf0ace7245bec1ac0d3baea24c9a4eeac9f..cc4b98e4d3bad20477fba3127ff5f6f593458385 100644 --- a/nixos/openssl-111k.nix +++ b/nixos/openssl-111k.nix @@ -22,6 +22,14 @@ self: super: rec { }; patches = []; }); + cryptography_vectors = python-super.cryptography_vectors.overridePythonAttrs (old: { + version = "3.2.1"; + src = python-super.fetchPypi { + version = "3.2.1"; + pname = "cryptography_vectors"; + sha256 = "sha256:12dq1grn0bjj7c6sj6apd6328525n7xq4kbbmww63sn3x7081vls"; + }; + }); }; }); @@ -37,6 +45,14 @@ self: super: rec { }; patches = []; }); + cryptography_vectors = python-super.cryptography_vectors.overridePythonAttrs (old: { + version = "3.2.1"; + src = python-super.fetchPypi { + version = "3.2.1"; + pname = "cryptography_vectors"; + sha256 = "sha256:12dq1grn0bjj7c6sj6apd6328525n7xq4kbbmww63sn3x7081vls"; + }; + }); }; }); }