c-stdaux: 1.5.0 -> 1.6.0

Diff: https://github.com/c-util/c-stdaux/compare/v1.5.0...v1.6.0

qbisi 8743803f 63f46bf7

+3 -5
+3 -5
pkgs/by-name/c-/c-stdaux/package.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "c-stdaux"; 11 - version = "1.5.0"; 11 + version = "1.6.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "c-util"; 15 15 repo = "c-stdaux"; 16 16 tag = "v${version}"; 17 - hash = "sha256-MsnuEyVCmOIr/q6I1qyPsNXp48jxIEcXoYLHbOAZtW0="; 17 + hash = "sha256-/15lop+WUkTW9v9h7BBdwRSpJgcBXaJNtMM7LXgcQE4="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ ··· 22 22 ninja 23 23 ]; 24 24 25 - # Assertion failed: (false && "!__builtin_constant_p(c_align_to(16, non_constant_expr ? 8 : 16))"), 26 - # function test_basic_gnuc, file ../src/test-basic.c, line 548. 27 - doCheck = !stdenv.hostPlatform.isDarwin; 25 + doCheck = true; 28 26 29 27 meta = { 30 28 homepage = "https://github.com/c-util/c-stdaux";