haunt: 0.2.4 -> 0.2.6

This commit is contained in:
Karl Hallsby 2023-04-16 12:30:37 -05:00 committed by Anderson Torres
parent ec9f9bc670
commit 84e27921aa

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "haunt"; pname = "haunt";
version = "0.2.4"; version = "0.2.6";
src = fetchurl { src = fetchurl {
url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz"; url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-zOkICg7KmJJhPWPtJRT3C9sYB1Oig1xLtgPNGe0n3xQ="; hash = "sha256-vPKLQ9hDJdimEAXwIBGgRRlefM8/77xFQoI+0J/lkNs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -27,7 +27,8 @@ stdenv.mkDerivation rec {
guile-reader guile-reader
]; ];
doCheck = true; # Test suite is non-determinisitic in later versions
doCheck = false;
postInstall = postInstall =
let let