Merge pull request #119069 from r-ryantm/auto-update/acl

acl: 2.3.0 -> 2.3.1
This commit is contained in:
Ryan Mulligan 2021-05-25 12:40:36 -07:00 committed by GitHub
commit 748ed197dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
# files.
stdenv.mkDerivation rec {
name = "acl-2.3.0";
name = "acl-2.3.1";
src = fetchurl {
url = "mirror://savannah/acl/${name}.tar.gz";
sha256 = "sha256-vTj9u7A8eTdK9RRn6+VJfLwDNbgld/MMlRpBqVtTMAk=";
sha256 = "sha256-dgxhxokBs3/dXu/ur0wMeia9/disdHoe3/HODiQ8Ea8=";
};
outputs = [ "bin" "dev" "out" "man" "doc" ];