samba: 4.10.4 -> 4.10.5

Security release fixing CVE-2019-12435 & CVE-2019-12436
This commit is contained in:
Robert Scott 2019-06-21 00:08:13 +01:00
parent 7792ba9127
commit cd24ce1c0f

View file

@ -20,11 +20,11 @@ with lib;
stdenv.mkDerivation rec {
name = "samba-${version}";
version = "4.10.4";
version = "4.10.5";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/${name}.tar.gz";
sha256 = "0xhfbh42dihccc85ffx243lyhf3jnphhi6xfcsr3a6mhsm7w1p26";
sha256 = "0xb3mz38hcayqxchk0ws9mxn10vswsn97jbxl4gcwi4cbrnjc43c";
};
outputs = [ "out" "dev" "man" ];