mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
acl: minor update 2.2.51 -> 2.2.52
This commit is contained in:
parent
4a7696589d
commit
4844171645
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user