Skip to content

Commit

Permalink
Samba: 4.12.2 -> 4.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjau authored and adisbladis committed May 23, 2020
1 parent 4b2dc0f commit ec756db
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/servers/samba/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
, libtasn1
, tdb
, cmocka
, nixosTests

, enableLDAP ? false, openldap
, enablePrinting ? false, cups
Expand All @@ -42,11 +43,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "samba";
version = "4.12.2";
version = "4.12.3";

src = fetchurl {
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
sha256 = "0l514s2xhsy1lspzgvibbzs80zi84zxr2wx4d40hq85yb2lg5434";
sha256 = "09w7aap1cjc41ayhaksm1igc7p7gl40fad4a1l6q4ds9a2jbrb9z";
};

outputs = [ "out" "dev" "man" ];
Expand Down Expand Up @@ -148,6 +149,10 @@ stdenv.mkDerivation rec {
find $out -type f -name \*.so -exec $SHELL -c "$SCRIPT" \;
'';

passthru = {
tests.samba = nixosTests.samba;
};

meta = with stdenv.lib; {
homepage = "https://www.samba.org";
description = "The standard Windows interoperability suite of programs for Linux and Unix";
Expand Down

0 comments on commit ec756db

Please sign in to comment.