samba: 4.10.2 -> 4.10.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/samba/versions
This commit is contained in:
R. RyanTM 2019-05-24 01:41:11 -07:00 committed by Frederik Rietdijk
parent d839c6d1fa
commit fc0d4e98ef

View file

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