mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
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:
parent
e0950ae9ad
commit
c5ba3e15ab
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue