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

View File

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