Merge branch 'staging' into closure-size

This commit is contained in:
Vladimír Čunát
2016-04-10 09:33:25 +02:00
2 changed files with 21 additions and 2 deletions
+3 -2
View File
@@ -21,8 +21,9 @@ in stdenv.mkDerivation rec {
sha256 = "1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r";
};
patches =
[ ];
patches = [
./CVE-2016-1283.patch
];
outputs = [ "dev" "out" "bin" "doc" "man" ];