samba: 4.15.5 -> 4.15.9

This commit is contained in:
Robert Scott 2022-09-11 22:20:23 +01:00
parent 3e2341b082
commit 755e7195b2

View File

@ -46,11 +46,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "samba";
version = "4.15.5";
version = "4.15.9";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
sha256 = "sha256-aRFeM4MZN7pRUb4CR5QxR3Za7OZYunQ/RHQWcq1o0X8=";
sha256 = "sha256-loKixxwv8lOqJ8uwEmDqyJf/YlzznbIO4yBz5Thv4hk=";
};
outputs = [ "out" "dev" "man" ];