Skip to content

Commit 15f092d

Browse files
committed
1 parent 906aa9c commit 15f092d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/openssl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
, withCryptodev ? false, cryptodevHeaders }:
33

44
let
5-
name = "openssl-1.0.1g";
5+
name = "openssl-1.0.1h";
66

77
opensslCrossSystem = stdenv.lib.attrByPath [ "openssl" "system" ]
88
(throw "openssl needs its platform name cross building" null)
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
4343
"http://www.openssl.org/source/${name}.tar.gz"
4444
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
4545
];
46-
sha256 = "0a70qdqccg16nw4bbawa6pjvzn05vfp5wkwg6jl0grch7f683jsk";
46+
sha256 = "14yhsgag5as7nhxnw7f0vklwjwa3pmn1i15nmp3f4qxa6sc8l74x";
4747
};
4848

4949
patches = patchesCross false;

0 commit comments

Comments
 (0)