doclifter: 2.18 -> 2.19 (#58663)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/doclifter/versions
This commit is contained in:
parent
450f494b0f
commit
89b867d23a
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, python}:
|
{stdenv, fetchurl, python}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "doclifter-2.18";
|
name = "doclifter-2.19";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.catb.org/~esr/doclifter/doclifter-2.18.tar.gz;
|
url = http://www.catb.org/~esr/doclifter/doclifter-2.19.tar.gz;
|
||||||
sha256 = "0g39lbml7dclm2nb20j4ffzhq28226qiwxq1w37p7mpqijm7x3hw";
|
sha256 = "1as6z7mdjrrkw2kism41q5ybvyzvwcmj9qzla2fz98v9f4jbj2s2";
|
||||||
};
|
};
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user