Skip to content

Commit

Permalink
samba: 4.6.3 -> 4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
armijnhemel authored and fpletz committed May 24, 2017
1 parent a74c43a commit 87262e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/samba/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ with lib;

stdenv.mkDerivation rec {
name = "samba-${version}";
version = "4.6.3";
version = "4.6.4";

src = fetchurl {
url = "mirror://samba/pub/samba/stable/${name}.tar.gz";
sha256 = "0q8m9cp76vx0x7zhvbfamqvh8hmmlki8ih9zb2hcn2bqlwyyyf1a";
sha256 = "0qcsinhcq3frlqp7bfav5mdc9xn1h4xy4l6vfpf8cmcfs4lp7ija";
};

outputs = [ "out" "dev" "man" ];
Expand Down

0 comments on commit 87262e6

Please sign in to comment.