Merge pull request #40121 from r-ryantm/auto-update/abcm2ps

abcm2ps: 8.13.20 -> 8.13.21
This commit is contained in:
Jörg Thalheim 2018-05-07 14:17:50 +01:00 committed by GitHub
commit e2b63fca7f
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.20";
version = "8.13.21";
src = fetchFromGitHub {
owner = "leesavide";
repo = "abcm2ps";
rev = "v${version}";
sha256 = "0zgwrclky6b1l1pd07s31azyxf4clwi3cp5x0wjix0wp78b89pbx";
sha256 = "03r98xdw2vdwsi726i0zb7p0ljp3fpzjl1nhzfwz57m3zmqvz6r1";
};
prePatch = ''