tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libressl: 2.2.5 -> 2.2.6
Robin Gloster
10 years ago
46c31fa6
5da15c6b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libressl
2.2.nix
+2
-2
pkgs/development/libraries/libressl/2.2.nix
···
2
3
stdenv.mkDerivation rec {
4
name = "libressl-${version}";
5
-
version = "2.2.5";
6
7
src = fetchurl {
8
url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
9
-
sha256 = "0jwidi7fafcdh5qml72dx0ad0kfsk94qxzm29i7wd3cx8v8dxjp3";
10
};
11
12
enableParallelBuilding = true;
···
2
3
stdenv.mkDerivation rec {
4
name = "libressl-${version}";
5
+
version = "2.2.6";
6
7
src = fetchurl {
8
url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
9
+
sha256 = "0kynb15l5gq1qgp3p4ncn20sc65sbl8lk89vyr07s17xrya9kq8y";
10
};
11
12
enableParallelBuilding = true;