Merge pull request #34085 from ikervagyok/samba

samba: 4.6.11 -> 4.7.4
This commit is contained in:
Graham Christensen
2018-01-23 20:55:15 -05:00
committed by GitHub
3 changed files with 25 additions and 4 deletions

View File

@@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "ldb-1.1.27";
name = "ldb-1.3.1";
src = fetchurl {
url = "mirror://samba/ldb/${name}.tar.gz";
sha256 = "1b1mkl5p8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d";
sha256 = "1b1mkggp8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d";
};
outputs = [ "out" "dev" ];