dosbox: 0.74-2 -> 0.74-3
fixes CVE-2019-7165, CVE-2019-12594
This commit is contained in:
parent
696767a9c9
commit
428e215313
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, lib, fetchurl, makeDesktopItem, SDL, SDL_net, SDL_sound, libGLU_combined, libpng, graphicsmagick }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dosbox-0.74-2";
|
||||
name = "dosbox-0.74-3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/dosbox/${name}.tar.gz";
|
||||
sha256 = "1ksp1b5szi0vy4x55rm3j1y9wq5mlslpy8llpg87rpdyjlsk0xvh";
|
||||
sha256 = "02i648i50dwicv1vaql15rccv4g8h5blf5g6inv67lrfxpbkvlf0";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
|
Loading…
Reference in New Issue