libremidi: 4.2.4 -> 4.4.0

This commit is contained in:
R. Ryantm 2024-02-13 02:32:30 +00:00
parent 8769e84829
commit 32c51e1398

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "libremidi";
version = "4.2.4";
version = "4.4.0";
src = fetchFromGitHub {
owner = "jcelerier";
repo = "libremidi";
rev = "v${version}";
hash = "sha256-AWONCZa4tVZ7HMze9WSVzHQUXIrn1i6ZZ4Hgufkrep8=";
hash = "sha256-raVBJ75/UmM3P69s8VNUXRE/2jV4WqPIfI4eXaf6UEg=";
};
nativeBuildInputs = [ cmake ];