Skip to content

Commit ee7db07

Browse files
armijnhemeldezgeg
authored andcommittedMay 14, 2017
samba: 4.5.3 -> 4.5.8
(cherry picked from commit f7580a1)
1 parent 557afcc commit ee7db07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/samba/4.x.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ with lib;
1919

2020
stdenv.mkDerivation rec {
2121
name = "samba-${version}";
22-
version = "4.5.3";
22+
version = "4.5.8";
2323

2424
src = fetchurl {
2525
url = "mirror://samba/pub/samba/stable/${name}.tar.gz";
26-
sha256 = "1jif95684swssqwp9v3i2r08cn3r2iddf6ly68db4wmvl5ac8vgh";
26+
sha256 = "1w41pxszv5z6gjclg6zymn47mk8n51lnpgcx1k2q18i3i1nnafzn";
2727
};
2828

2929
outputs = [ "out" "dev" "man" ];

0 commit comments

Comments
 (0)
Please sign in to comment.