Merge pull request #121285 from aanderse/musikcube

authored by

Sandro and committed by
GitHub
f9d0594a 264267ed

+4 -4
+4 -4
pkgs/applications/audio/musikcube/default.nix
··· 4 , boost 5 , curl 6 , fetchFromGitHub 7 - , ffmpeg_3 8 , lame 9 , libev 10 , libmicrohttpd ··· 17 18 stdenv.mkDerivation rec { 19 pname = "musikcube"; 20 - version = "0.96.5"; 21 22 src = fetchFromGitHub { 23 owner = "clangen"; 24 repo = pname; 25 rev = version; 26 - sha256 = "sha256-GxMQPP8i/NWvduf10f+xVyuG666pChj9RsiF4jfygyY="; 27 }; 28 29 nativeBuildInputs = [ ··· 34 alsaLib 35 boost 36 curl 37 - ffmpeg_3 38 lame 39 libev 40 libmicrohttpd
··· 4 , boost 5 , curl 6 , fetchFromGitHub 7 + , ffmpeg 8 , lame 9 , libev 10 , libmicrohttpd ··· 17 18 stdenv.mkDerivation rec { 19 pname = "musikcube"; 20 + version = "0.96.7"; 21 22 src = fetchFromGitHub { 23 owner = "clangen"; 24 repo = pname; 25 rev = version; 26 + sha256 = "1y00vwn1h10cfflxrm5bk271ak9gilhjycgi44hlkkhmf5bdgn35"; 27 }; 28 29 nativeBuildInputs = [ ··· 34 alsaLib 35 boost 36 curl 37 + ffmpeg 38 lame 39 libev 40 libmicrohttpd