lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

brewtarget: 2.3.1 -> 3.0.5

Szczyp 15a991e5 9c9850c8

+7 -5
+7 -5
pkgs/applications/misc/brewtarget/default.nix
··· 3 3 , fetchFromGitHub 4 4 , bash 5 5 , cmake 6 + , boost 7 + , xercesc 8 + , xalanc 6 9 , qtbase 7 10 , qttools 8 11 , qtmultimedia 9 - , qtwebkit 10 12 , qtsvg 11 13 }: 12 14 13 15 mkDerivation rec { 14 16 pname = "brewtarget"; 15 - version = "2.3.1"; 17 + version = "3.0.5"; 16 18 17 19 src = fetchFromGitHub { 18 20 owner = "Brewtarget"; 19 21 repo = pname; 20 22 rev = "v${version}"; 21 - sha256 = "14xmm6f8xmvypagx4qdw8q9llzmyi9zzfhnzh4kbbflhjbcr7isz"; 23 + sha256 = "sha256-PqaiZ2eLH8+qRRkIolnQClTL9O9EgHMqFH/nUffosV8="; 22 24 }; 23 25 24 - nativeBuildInputs = [ cmake ]; 25 - buildInputs = [ qtbase qttools qtmultimedia qtwebkit qtsvg ]; 26 + nativeBuildInputs = [ cmake boost xercesc xalanc ]; 27 + buildInputs = [ qtbase qttools qtmultimedia qtsvg ]; 26 28 27 29 preConfigure = '' 28 30 chmod +x configure