summary refs log tree commit diff
path: root/pkgs/applications/misc/tnef
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 17:38:40 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 17:38:40 -0800
commite12d3c9c0bcac5a687ee4db3e3ef9d83de34ba0e (patch)
tree83abdc41c0210cfca7ed65ce367189a7e6f99976 /pkgs/applications/misc/tnef
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixlib-e12d3c9c0bcac5a687ee4db3e3ef9d83de34ba0e.tar
nixlib-e12d3c9c0bcac5a687ee4db3e3ef9d83de34ba0e.tar.gz
nixlib-e12d3c9c0bcac5a687ee4db3e3ef9d83de34ba0e.tar.bz2
nixlib-e12d3c9c0bcac5a687ee4db3e3ef9d83de34ba0e.tar.lz
nixlib-e12d3c9c0bcac5a687ee4db3e3ef9d83de34ba0e.tar.xz
nixlib-e12d3c9c0bcac5a687ee4db3e3ef9d83de34ba0e.tar.zst
nixlib-e12d3c9c0bcac5a687ee4db3e3ef9d83de34ba0e.zip
tnef: 1.4.15 -> 1.4.17
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/ggbdpmwgrbzr50ck27qh6pd82f2hapd8-tnef-1.4.17/bin/tnef -h` got 0 exit code
- ran `/nix/store/ggbdpmwgrbzr50ck27qh6pd82f2hapd8-tnef-1.4.17/bin/tnef --help` got 0 exit code
- ran `/nix/store/ggbdpmwgrbzr50ck27qh6pd82f2hapd8-tnef-1.4.17/bin/tnef -V` and found version 1.4.17
- ran `/nix/store/ggbdpmwgrbzr50ck27qh6pd82f2hapd8-tnef-1.4.17/bin/tnef --version` and found version 1.4.17
- ran `/nix/store/ggbdpmwgrbzr50ck27qh6pd82f2hapd8-tnef-1.4.17/bin/tnef -h` and found version 1.4.17
- ran `/nix/store/ggbdpmwgrbzr50ck27qh6pd82f2hapd8-tnef-1.4.17/bin/tnef --help` and found version 1.4.17
- found 1.4.17 with grep in /nix/store/ggbdpmwgrbzr50ck27qh6pd82f2hapd8-tnef-1.4.17
- found 1.4.17 in filename of file in /nix/store/ggbdpmwgrbzr50ck27qh6pd82f2hapd8-tnef-1.4.17

cc "@peterhoeg"
Diffstat (limited to 'pkgs/applications/misc/tnef')
-rw-r--r--pkgs/applications/misc/tnef/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/tnef/default.nix b/pkgs/applications/misc/tnef/default.nix
index eebab6643a68..6cf1f27a104b 100644
--- a/pkgs/applications/misc/tnef/default.nix
+++ b/pkgs/applications/misc/tnef/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub, autoreconfHook }:
 
 stdenv.mkDerivation rec {
-  version = "1.4.15";
+  version = "1.4.17";
   name = "tnef-${version}";
 
   src = fetchFromGitHub {
     owner  = "verdammelt";
     repo   = "tnef";
     rev    = version;
-    sha256 = "0wm5ylppkjg518ldb9kzlx58a9l8z66gpz9ljalmyq6a77khd7pj";
+    sha256 = "0cq2xh5wd74qn6k2nnw5rayxgqhjl3jbzf4zlc4babcwxrv32ldh";
   };
 
   doCheck = true;