Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

haunt: 0.2.4 -> 0.2.6

authored by

Karl Hallsby and committed by
Anderson Torres
84e27921 ec9f9bc6

+4 -3
+4 -3
pkgs/applications/misc/haunt/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "haunt"; 13 - version = "0.2.4"; 13 + version = "0.2.6"; 14 14 15 15 src = fetchurl { 16 16 url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz"; 17 - hash = "sha256-zOkICg7KmJJhPWPtJRT3C9sYB1Oig1xLtgPNGe0n3xQ="; 17 + hash = "sha256-vPKLQ9hDJdimEAXwIBGgRRlefM8/77xFQoI+0J/lkNs="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ ··· 27 27 guile-reader 28 28 ]; 29 29 30 - doCheck = true; 30 + # Test suite is non-determinisitic in later versions 31 + doCheck = false; 31 32 32 33 postInstall = 33 34 let