Merge pull request #131732 from Stunkymonkey/a2ps-pnema-version

This commit is contained in:
Sandro 2021-07-29 09:33:14 +00:00 committed by GitHub
commit d9f9e5d208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,11 @@
{ lib, stdenv, fetchurl, fetchpatch, autoconf, bison, libpaper, gperf, file, perl }:
stdenv.mkDerivation rec {
name = "a2ps-4.14";
pname = "a2ps";
version = "4.14";
src = fetchurl {
url = "mirror://gnu/a2ps/${name}.tar.gz";
url = "mirror://gnu/a2ps/a2ps-${version}.tar.gz";
sha256 = "195k78m1h03m961qn7jr120z815iyb93gwi159p1p9348lyqvbpk";
};