forked from mirrors/nixpkgs
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:
parent
e9f1c3abeb
commit
017a91257b
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue