samba: 4.17.3 -> 4.17.4

This commit is contained in:
R. Ryantm
2022-12-26 12:58:20 +01:00
committed by Bjørn Forsman
parent ea415d1a38
commit 555ba58408
+2 -2
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" ];