Merge pull request #118274 from alyssais/foo2zjs

foo2zjs: 20180519 -> 20210116
This commit is contained in:
Sandro 2021-04-05 18:30:57 +02:00 committed by GitHub
commit d8158eee77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
{ lib, stdenv, fetchurl, foomatic-filters, bc, unzip, ghostscript, systemd, vim, time }: { lib, stdenv, fetchurl, foomatic-filters, bc, unzip, ghostscript, systemd, vim, time }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "foo2zjs-20180519"; pname = "foo2zjs";
version = "20210116";
src = fetchurl { src = fetchurl {
url = "http://www.loegria.net/mirrors/foo2zjs/${name}.tar.gz"; url = "http://www.loegria.net/mirrors/foo2zjs/foo2zjs-${version}.tar.gz";
sha256 = "1rmw4jmxn2lqp124mapvnic0ma8ipyvisx2vj848mvad5g5w9x3z"; sha256 = "14x3wizvncdy0xgvmcx541qanwb7bg76abygqy17bxycn1zh5r1x";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];