samba4: 4.17.2 -> 4.17.3

This commit is contained in:
Janne Heß 2022-11-16 22:06:50 +01:00
parent 494c011a6a
commit 667767d439
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -45,11 +45,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "samba";
version = "4.17.2";
version = "4.17.3";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
hash = "sha256-5V3fTVF4+MhDFqv1PF7dezU5njt9hry4G3UmHIJ7s7g=";
hash = "sha256-XRxCDLMexhPHhvmFN/lZZZCB7ca+g3PmjocUCGiTjiY=";
};
outputs = [ "out" "dev" "man" ];