From be5fe39a01995bca14a605947bbc727ed199c8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 15 Mar 2019 10:39:21 +0100 Subject: [PATCH] abcm2ps: 8.14.2 -> 8.14.3 --- pkgs/tools/audio/abcm2ps/default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pkgs/tools/audio/abcm2ps/default.nix b/pkgs/tools/audio/abcm2ps/default.nix index 8fe445fedbeb..4473056514ff 100644 --- a/pkgs/tools/audio/abcm2ps/default.nix +++ b/pkgs/tools/audio/abcm2ps/default.nix @@ -2,19 +2,15 @@ stdenv.mkDerivation rec { name = "abcm2ps-${version}"; - version = "8.14.2"; + version = "8.14.3"; src = fetchFromGitHub { owner = "leesavide"; repo = "abcm2ps"; rev = "v${version}"; - sha256 = "15hka82zps3rfp4xdbzlf23wz4hqjk084awzfjh357qn168bwwid"; + sha256 = "0sml21ip8ilkx8g5x608r6gzp1fxp9vmizgi0vcqclzaw9pjyiqg"; }; - prePatch = '' - chmod +x configure - ''; - configureFlags = [ "--INSTALL=install" ]; @@ -30,7 +26,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://moinejf.free.fr/; license = licenses.gpl3; - description = "abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format"; + description = "A command line program which converts ABC to music sheet in PostScript or SVG format"; platforms = platforms.unix; maintainers = [ maintainers.dotlambda ]; };