abcm2ps: 8.14.13 -> 8.14.14

Diff: https://github.com/leesavide/abcm2ps/compare/v8.14.13...v8.14.14
This commit is contained in:
Robert Schütz 2022-12-19 11:05:12 -08:00 committed by Robert Schütz
parent ea3504250f
commit 4b52f3cd76

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "abcm2ps";
version = "8.14.13";
version = "8.14.14";
src = fetchFromGitHub {
owner = "leesavide";
repo = "abcm2ps";
rev = "v${version}";
hash = "sha256-31cEBtVn7GlNIsPkRiW0DyKA/giLeJ86EUZr8zjYy3s=";
hash = "sha256-2BSbnziwlilYio9CF4MTlj0GVlkSpL8jeaqvLIBCeLQ=";
};
configureFlags = [