Merge pull request #35302 from dotlambda/abcm2ps

abcm2ps: 8.13.19 -> 8.13.20
This commit is contained in:
Jörg Thalheim 2018-02-21 23:47:09 +00:00 committed by GitHub
commit f022cc6794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "abcm2ps-${version}";
version = "8.13.19";
version = "8.13.20";
src = fetchFromGitHub {
owner = "leesavide";
repo = "abcm2ps";
rev = "v${version}";
sha256 = "0iv8fzl601rkww9dplajwzlfdb8r7142qdsj8xmvrbwqkaval51f";
sha256 = "0zgwrclky6b1l1pd07s31azyxf4clwi3cp5x0wjix0wp78b89pbx";
};
prePatch = ''