Skip to content
Snippets Groups Projects
Commit 3604f9a7 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

And get the hash right

parent 7dbacfd7
No related branches found
No related tags found
1 merge request!69WIP: Upgrade to OpenSSL 1.1.1k
Pipeline #342 failed
......@@ -5,7 +5,7 @@ self: super: rec {
name = "${pname}-${version}";
src = builtins.fetchurl {
url = "https://www.openssl.org/source/${pname}-${version}.tar.gz";
sha256 = "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9";
sha256 = "0labcbh2g0jhgisd79wx9kixmi6fip28096d1xb05fj3jmsiq8sc";
};
});
openssl = openssl_1_1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment