butt: 0.1.40 -> 0.1.41

This commit is contained in:
Emery Hemingway 2024-04-24 11:40:56 +02:00
parent 6143fc5eeb
commit 927391c46e
1 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchurl, pkg-config, fltk13, portaudio, lame, libvorbis, libogg
, flac, libopus, libsamplerate, fdk_aac, dbus, openssl, curl }:
, flac, libopus, libsamplerate, fdk_aac, dbus, openssl, curl, portmidi }:
stdenv.mkDerivation (finalAttrs: {
pname = "butt";
version = "0.1.40";
version = "0.1.41";
src = fetchurl {
url = "https://danielnoethen.de/butt/release/${finalAttrs.version}/butt-${finalAttrs.version}.tar.gz";
hash = "sha256-wag177UIQ6YpBkJ5XQlxYtTdBFFNO5q+BLD/CiUkGoA=";
hash = "sha256-wTypjqd2PpmDSA8vScMLkAL44xE/WAccm747PS9ClVA=";
};
postPatch = ''
@ -31,6 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
dbus
openssl
curl
portmidi
];
postInstall = ''