foo2zjs: 20180519 -> 20210116; name -> pname

This commit is contained in:
Alyssa Ross 2021-03-22 21:11:26 +00:00
parent 7ccfe2be6a
commit 75853f8564
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

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