aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/audio
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-09 12:25:03 -0500
committerGitHub <noreply@github.com>2020-04-09 12:25:03 -0500
commitb417d51f272bb2e69a7e8adc21fd830e369dec57 (patch)
treedad46e2afe4eec257d5459408eefa9fe455a57f9 /pkgs/development/libraries/audio
parent7ba55849c5e9266ce34256d20aed2871b3ff78c3 (diff)
parent49e2a18dbdc51fcfd85460701407890cbf35b971 (diff)
Merge pull request #84775 from r-ryantm/auto-update/libinstpatch
libinstpatch: 1.1.3 -> 1.1.4
Diffstat (limited to 'pkgs/development/libraries/audio')
-rw-r--r--pkgs/development/libraries/audio/libinstpatch/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/audio/libinstpatch/default.nix b/pkgs/development/libraries/audio/libinstpatch/default.nix
index d5c15ad3e38c..e5f1080631e4 100644
--- a/pkgs/development/libraries/audio/libinstpatch/default.nix
+++ b/pkgs/development/libraries/audio/libinstpatch/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libinstpatch";
- version = "1.1.3";
+ version = "1.1.4";
src = fetchFromGitHub {
owner = "swami";
repo = pname;
rev = "v${version}";
- sha256 = "0ksilyszcm7mwb6m8qyrgalvh4h2vkyz7wzj0xczcqkj15bcl4lw";
+ sha256 = "1v7mv43xxwrzi3agrc60agcw46jaidr8ql9kkm1w4jxkf4c6z6dz";
};
nativeBuildInputs = [ cmake pkg-config ];
@@ -20,10 +20,10 @@ stdenv.mkDerivation rec {
];
meta = with stdenv.lib; {
- homepage = http://www.swamiproject.org/;
+ homepage = "http://www.swamiproject.org/";
description = "MIDI instrument patch files support library";
license = licenses.lgpl21;
maintainers = with maintainers; [ orivej ];
- platforms = platforms.linux;
+ platforms = platforms.unix;
};
}