We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906aa9c commit 15f092dCopy full SHA for 15f092d
pkgs/development/libraries/openssl/default.nix
@@ -2,7 +2,7 @@
2
, withCryptodev ? false, cryptodevHeaders }:
3
4
let
5
- name = "openssl-1.0.1g";
+ name = "openssl-1.0.1h";
6
7
opensslCrossSystem = stdenv.lib.attrByPath [ "openssl" "system" ]
8
(throw "openssl needs its platform name cross building" null)
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
43
"http://www.openssl.org/source/${name}.tar.gz"
44
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
45
];
46
- sha256 = "0a70qdqccg16nw4bbawa6pjvzn05vfp5wkwg6jl0grch7f683jsk";
+ sha256 = "14yhsgag5as7nhxnw7f0vklwjwa3pmn1i15nmp3f4qxa6sc8l74x";
47
};
48
49
patches = patchesCross false;
0 commit comments