Merge pull request #121285 from aanderse/musikcube

This commit is contained in:
Sandro 2021-05-03 17:18:11 +02:00 committed by GitHub
commit f9d0594a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
, boost , boost
, curl , curl
, fetchFromGitHub , fetchFromGitHub
, ffmpeg_3 , ffmpeg
, lame , lame
, libev , libev
, libmicrohttpd , libmicrohttpd
@ -17,13 +17,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "musikcube"; pname = "musikcube";
version = "0.96.5"; version = "0.96.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "clangen"; owner = "clangen";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-GxMQPP8i/NWvduf10f+xVyuG666pChj9RsiF4jfygyY="; sha256 = "1y00vwn1h10cfflxrm5bk271ak9gilhjycgi44hlkkhmf5bdgn35";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
alsaLib alsaLib
boost boost
curl curl
ffmpeg_3 ffmpeg
lame lame
libev libev
libmicrohttpd libmicrohttpd