3
0
Fork 0
forked from mirrors/nixpkgs

samba: 4.17.3 -> 4.17.4

This commit is contained in:
R. Ryantm 2022-12-24 05:54:38 +00:00 committed by Bjørn Forsman
parent ea415d1a38
commit 555ba58408

View file

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