Skip to content

Commit

Permalink
Merge pull request #45091 from andir/18.03/samba
Browse files Browse the repository at this point in the history
samba: 4.7.6 -> 4.7.9
  • Loading branch information
srhb committed Aug 16, 2018
2 parents da9efe9 + 4fb6125 commit c1ef96e
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.7.6";
version = "4.7.9";

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

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

0 comments on commit c1ef96e

Please sign in to comment.