tracefilegen, tracefilesim: fixup source hashes

and also whitespace. This is probably due to #15469.
This commit is contained in:
Vladimír Čunát
2016-05-19 10:27:57 +02:00
parent 83e9c5caaf
commit 70c66e9828
2 changed files with 5 additions and 5 deletions
@@ -7,13 +7,13 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://github.com/GarCoSim/TraceFileGen.git";
rev = "4acf75b142683cc475c6b1c841a221db0753b404";
sha256 = "69b056298cf570debd3718b2e2cb7e63ad9465919c8190cf38043791ce61d0d6";
sha256 = "0mh661l9d1lczv0mr2y9swzqqlwikyqiv1hdd71r9v8cvm54y5ij";
};
buildInputs = [ cmake ];
builder = ./builder.sh;
meta = with stdenv.lib; {
description = "Automatically generate all types of basic memory management operations and write into trace files";
homepage = "https://github.com/GarCoSim";