mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
guile: 2.0.12 -> 2.0.13
This is a maintenance release on the stable series, containing security fixes. It addresses CVE-2016-8606 See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00009.html for upstream announcement
This commit is contained in:
parent
e3c3153dd0
commit
c959cc3d9c
@ -7,11 +7,11 @@
|
||||
else stdenv.mkDerivation)
|
||||
|
||||
(rec {
|
||||
name = "guile-2.0.12";
|
||||
name = "guile-2.0.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/guile/${name}.tar.xz";
|
||||
sha256 = "1sdpjq0jf1h65w29q0zprj4x6kdp5jskkvbnlwphy9lvdxrqg0fy";
|
||||
sha256 = "12yqkr974y91ylgw6jnmci2v90i90s7h9vxa4zk0sai8vjnz4i1p";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper gawk pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user