1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Revert "acl: update from 2.2.51 to 2.2.52"

This reverts commit 16d0ee024e.

This is already in stdenv-updates.
This commit is contained in:
Eelco Dolstra 2014-01-14 13:52:22 +01:00
parent e9f1c3abeb
commit 017a91257b

View file

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