3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #63594 from risicle/ris-samba-4-10-5

samba: 4.10.4 -> 4.10.5 (security fix)
This commit is contained in:
Samuel Dionne-Riel 2019-06-24 16:27:28 -04:00 committed by GitHub
commit c925dfbb66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];