lol

tracefilegen, tracefilesim: fixup source hashes

and also whitespace. This is probably due to #15469.

+5 -5
+2 -2
pkgs/development/tools/analysis/garcosim/tracefilegen/default.nix
··· 7 7 src = fetchgit { 8 8 url = "https://github.com/GarCoSim/TraceFileGen.git"; 9 9 rev = "4acf75b142683cc475c6b1c841a221db0753b404"; 10 - sha256 = "69b056298cf570debd3718b2e2cb7e63ad9465919c8190cf38043791ce61d0d6"; 10 + sha256 = "0mh661l9d1lczv0mr2y9swzqqlwikyqiv1hdd71r9v8cvm54y5ij"; 11 11 }; 12 12 13 13 buildInputs = [ cmake ]; 14 14 15 15 builder = ./builder.sh; 16 - 16 + 17 17 meta = with stdenv.lib; { 18 18 description = "Automatically generate all types of basic memory management operations and write into trace files"; 19 19 homepage = "https://github.com/GarCoSim";
+3 -3
pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix
··· 3 3 stdenv.mkDerivation { 4 4 5 5 name = "tracefilesim-2015-11-07"; 6 - 6 + 7 7 src = fetchgit { 8 8 url = "https://github.com/GarCoSim/TraceFileSim.git"; 9 9 rev = "368aa6b1d6560e7ecbd16fca47000c8f528f3da2"; 10 - sha256 = "22dfb60d1680ce6c98d60d12c0d0950073f02359605fcdef625e3049bca07809"; 10 + sha256 = "156m92k38ap4bzidbr8dzl065rni8lrib71ih88myk9z5y1x5nxm"; 11 11 }; 12 - 12 + 13 13 installPhase = '' 14 14 mkdir --parents "$out/bin" 15 15 cp ./traceFileSim "$out/bin"