Merge pull request #201553 from NixOS/upd/samba4

samba4: 4.17.2 -> 4.17.3
This commit is contained in:
ajs124 2022-11-17 01:03:03 +01:00 committed by GitHub
commit ebf9fcd06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,11 +47,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" ];