lol
0
fork

Configure Feed

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

bcunit: 3.0 -> 3.0.2

+2 -2
+2 -2
pkgs/tools/misc/bcunit/default.nix
··· 2 2 stdenv.mkDerivation rec { 3 3 name = "${baseName}-${version}"; 4 4 baseName = "bcunit"; 5 - version = "3.0"; 5 + version = "3.0.2"; 6 6 buildInputs = [cmake]; 7 7 src = fetchFromGitHub { 8 8 owner = "BelledonneCommunications"; 9 9 repo = "${baseName}"; 10 10 rev = "${version}"; 11 - sha256 = "1kdq9w8i3nypfz7d43rmv1csqrqpip9p8xfa7vyp52aqkmhrby9l"; 11 + sha256 = "063yl7kxkix76r49qrj0h1qpz2p538d1yw8aih0x4i47g35k00y7"; 12 12 }; 13 13 14 14 meta = {