wildmidi: 0.4.2 -> 0.4.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wildmidi/versions
This commit is contained in:
R. RyanTM 2018-12-08 15:53:01 -08:00
parent e0950ae9ad
commit c5ba3e15ab

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, cmake, alsaLib, freepats }:
stdenv.mkDerivation rec {
name = "wildmidi-0.4.2";
name = "wildmidi-0.4.3";
src = fetchurl {
url = "https://github.com/Mindwerks/wildmidi/archive/${name}.tar.gz";
sha256 = "178hm2wh5h7apkcb1a0dyla2ia8569php8ikz62rh0g6dp5l67am";
sha256 = "1igkxv4axnqap59d8pjgqj94x0khn3fdd2hq6wdvkd2v8nb5m3j9";
};
nativeBuildInputs = [ cmake ];