about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-19 10:27:57 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:27:57 +0200
commit70c66e9828f95f25667a569a20e72ca52d9632f0 (patch)
treef1b01b1956b3e6cad72ff4f23d923a468d1e4323
parent83e9c5caaf2af9fdc7948b01ebc008d61381a16a (diff)
tracefilegen, tracefilesim: fixup source hashes
and also whitespace. This is probably due to #15469.
-rw-r--r--pkgs/development/tools/analysis/garcosim/tracefilegen/default.nix4
-rw-r--r--pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix6
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/tools/analysis/garcosim/tracefilegen/default.nix b/pkgs/development/tools/analysis/garcosim/tracefilegen/default.nix
index 49639943ff27c..c290aefe31b7b 100644
--- a/pkgs/development/tools/analysis/garcosim/tracefilegen/default.nix
+++ b/pkgs/development/tools/analysis/garcosim/tracefilegen/default.nix
@@ -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"; 
diff --git a/pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix b/pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix
index 0de094714327f..01299966eb1b6 100644
--- a/pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix
+++ b/pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation {
 
   name = "tracefilesim-2015-11-07";
-  
+
   src = fetchgit {
     url = "https://github.com/GarCoSim/TraceFileSim.git";
     rev = "368aa6b1d6560e7ecbd16fca47000c8f528f3da2";
-    sha256 = "22dfb60d1680ce6c98d60d12c0d0950073f02359605fcdef625e3049bca07809";
+    sha256 = "156m92k38ap4bzidbr8dzl065rni8lrib71ih88myk9z5y1x5nxm";
   };
-  
+
   installPhase = ''
     mkdir --parents "$out/bin"
     cp ./traceFileSim "$out/bin"