mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
man-db: 2.7.2 -> 2.7.3
This commit is contained in:
parent
eb6b290ab3
commit
d972665858
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libpipeline, db, groff }:
|
{ stdenv, fetchurl, pkgconfig, libpipeline, db, groff }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "man-db-2.7.2";
|
name = "man-db-2.7.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/man-db/${name}.tar.xz";
|
url = "mirror://savannah/man-db/${name}.tar.xz";
|
||||||
sha256 = "14p4sr57qc02gfnpybcnv33fb7gr266iqsyq7z4brs6wa6plwrr2";
|
sha256 = "1shl07w3251ih6g6zx3xa3p1193difxwdz4ysnmff1v0jp4l8iwx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libpipeline db groff ];
|
buildInputs = [ pkgconfig libpipeline db groff ];
|
||||||
|
Loading…
Reference in New Issue
Block a user