man-db: 2.11.0 -> 2.11.1
https://gitlab.com/man-db/man-db/-/blob/2.11.1/NEWS.md
This commit is contained in:
parent
faaceef064
commit
7227dfb7d8
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "man-db";
|
pname = "man-db";
|
||||||
version = "2.11.0";
|
version = "2.11.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/man-db/man-db-${version}.tar.xz";
|
url = "mirror://savannah/man-db/man-db-${version}.tar.xz";
|
||||||
sha256 = "sha256-QTDhpiQSgDWe9eJdrsaFUzwKGTBnSRYgKrBXnlojLFE=";
|
sha256 = "sha256-LquqUlE0mEfenJ5DxjTZhsvMb4dkLR2cuGCOwYSHtsw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "doc" ];
|
||||||
|
|
Loading…
Reference in a new issue