Skip to content

Commit 87262e6

Browse files
armijnhemelfpletz
authored andcommittedMay 24, 2017
samba: 4.6.3 -> 4.6.4
1 parent a74c43a commit 87262e6

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.6.3";
22+
version = "4.6.4";
2323

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.