acl: update from 2.2.51 to 2.2.52

This commit is contained in:
Nixpkgs Monitor 2014-01-14 08:48:27 +04:00 committed by Michael Raskin
parent 076ff2eede
commit 16d0ee024e

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, gettext, attr }:
stdenv.mkDerivation rec {
name = "acl-2.2.51";
name = "acl-2.2.52";
src = fetchurl {
url = "mirror://savannah/acl/${name}.src.tar.gz";
sha256 = "09aj30m49ivycl3irram8c3givc0crivjm3ymw0nhfaxrwhlb186";
sha256 = "08qd9s3wfhv0ajswsylnfwr5h0d7j9d4rgip855nrh400nxp940p";
};
nativeBuildInputs = [ gettext ];