Merge pull request #31578 from dotlambda/abcm2ps

abcm2ps: 8.13.15 -> 8.13.16
This commit is contained in:
Jörg Thalheim 2017-11-13 08:25:09 +00:00 committed by GitHub
commit 3ba4c4cc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
stdenv.mkDerivation rec {
name = "abcm2ps-${version}";
version = "8.13.15";
version = "8.13.16";
src = fetchFromGitHub {
owner = "leesavide";
repo = "abcm2ps";
rev = "v${version}";
sha256 = "04j1s4ycd8siidj7xn7s0vwm5sj0qrhqr5qzpila2g8kjc4ldxml";
sha256 = "1xb37jh811b7h72wpaykck6nskwq4mvy833q6wkhcyr041p1gcp7";
};
patchPhase = ''
prePatch = ''
chmod +x configure
'';