mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
mujs: 2016-09-21 -> 2016-11-30 for multiple CVEs
- CVE-2016-7504 - CVE-2016-7505 - CVE-2016-7506 - CVE-2016-9017 - CVE-2016-9108 - CVE-2016-9109 - CVE-2016-9294 See more information: https://lwn.net/Vulnerabilities/707361/
This commit is contained in:
parent
a9611a52f3
commit
0707962235
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchgit, clang }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mujs-2016-09-21";
|
||||
name = "mujs-2016-11-30";
|
||||
|
||||
src = fetchgit {
|
||||
url = git://git.ghostscript.com/mujs.git;
|
||||
rev = "5c337af4b3df80cf967e4f9f6a21522de84b392a";
|
||||
sha256 = "1x5g6nycggc83md2dbr2nahjbkkmmn64bg25a8hih7z72sw41dgw";
|
||||
rev = "a0ceaf5050faf419401fe1b83acfa950ec8a8a89";
|
||||
sha256 = "13abghhqrivaip4h0fav80i8hid220dj0ddc1xnhn6w9rbnrriyg";
|
||||
};
|
||||
|
||||
buildInputs = [ clang ];
|
||||
|
|
Loading…
Reference in a new issue