about summary refs log tree commit diff
path: root/pkgs/tools/misc/ttwatch
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-01-07 09:23:17 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-01-07 09:25:07 +0100
commit7e2f5265b64ddf9d0fda20997fab3eb0d6607224 (patch)
tree132b7a6c0053e4b256e47154bf6035d01a830f71 /pkgs/tools/misc/ttwatch
parentcde9585b97dcc57cef6a6ce19534f1f16226ffe8 (diff)
downloadnixlib-7e2f5265b64ddf9d0fda20997fab3eb0d6607224.tar
nixlib-7e2f5265b64ddf9d0fda20997fab3eb0d6607224.tar.gz
nixlib-7e2f5265b64ddf9d0fda20997fab3eb0d6607224.tar.bz2
nixlib-7e2f5265b64ddf9d0fda20997fab3eb0d6607224.tar.lz
nixlib-7e2f5265b64ddf9d0fda20997fab3eb0d6607224.tar.xz
nixlib-7e2f5265b64ddf9d0fda20997fab3eb0d6607224.tar.zst
nixlib-7e2f5265b64ddf9d0fda20997fab3eb0d6607224.zip
ttwatch: 2017-10-31 -> 2017-12-31
Diffstat (limited to 'pkgs/tools/misc/ttwatch')
-rw-r--r--pkgs/tools/misc/ttwatch/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/ttwatch/default.nix b/pkgs/tools/misc/ttwatch/default.nix
index 3ea58546acec..b816b5225ca4 100644
--- a/pkgs/tools/misc/ttwatch/default.nix
+++ b/pkgs/tools/misc/ttwatch/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "ttwatch-${version}";
-  version = "2017-10-31";
+  version = "2017-12-31";
 
   src = fetchFromGitHub {
     owner = "ryanbinns";
     repo = "ttwatch";
-    rev = "f4103bdeb612a216ac21747941b3df943d67c48c";
-    sha256 = "0fylycdi0g119d21l11yz23cjjhr3qdxjv02vz86zkc15kyvgsas";
+    rev = "a261851d91e3304a47a04995758f6940747bc54a";
+    sha256 = "0llcai1yxikh8nvzry71rr1zz365rg0k0lwp24np5w74kzza3kwx";
   };
 
   nativeBuildInputs = [ cmake perl ];