acl: 2.3.0 -> 2.3.1

This commit is contained in:
R. RyanTM 2021-04-10 17:55:36 +00:00
parent 496c7d3e9d
commit 7230a4c3e3

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" ];