libinstpatch: 1.1.3 -> 1.1.4

This commit is contained in:
R. RyanTM 2020-04-09 04:54:15 +00:00
parent e50c67ad7e
commit 577ab2b68b

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libinstpatch"; pname = "libinstpatch";
version = "1.1.3"; version = "1.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "swami"; owner = "swami";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0ksilyszcm7mwb6m8qyrgalvh4h2vkyz7wzj0xczcqkj15bcl4lw"; sha256 = "1v7mv43xxwrzi3agrc60agcw46jaidr8ql9kkm1w4jxkf4c6z6dz";
}; };
nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ];
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.swamiproject.org/; homepage = "http://www.swamiproject.org/";
description = "MIDI instrument patch files support library"; description = "MIDI instrument patch files support library";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ orivej ]; maintainers = with maintainers; [ orivej ];