lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libremidi: 4.2.4 -> 4.4.0

+2 -2
+2 -2
pkgs/development/libraries/libremidi/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "libremidi"; 14 - version = "4.2.4"; 14 + version = "4.4.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "jcelerier"; 18 18 repo = "libremidi"; 19 19 rev = "v${version}"; 20 - hash = "sha256-AWONCZa4tVZ7HMze9WSVzHQUXIrn1i6ZZ4Hgufkrep8="; 20 + hash = "sha256-raVBJ75/UmM3P69s8VNUXRE/2jV4WqPIfI4eXaf6UEg="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ cmake ];