tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libressl_2_6: 2.6.2 -> 2.6.4
Robin Gloster
8 years ago
1729c657
0e834998
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libressl
default.nix
+2
-2
pkgs/development/libraries/libressl/default.nix
···
33
33
};
34
34
35
35
libressl_2_6 = generic {
36
36
-
version = "2.6.2";
37
37
-
sha256 = "0y64grb2zx98rjp2lbwihyhbml4z5ih3v7ydbxdvmabj5d4x4adh";
36
36
+
version = "2.6.4";
37
37
+
sha256 = "07yi37a2ghsgj2b4w30q1s4d2inqnix7ika1m21y57p9z71212k3";
38
38
};
39
39
}