summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 17:54:18 -0800
committerRobin Gloster <mail@glob.in>2018-02-28 11:46:59 +0100
commit0459506f3dc83bd039c44f3444c4dcd46dc79874 (patch)
tree45fa33a4529c4a28885c650efd57af10201dba30 /pkgs/applications/office
parentfd0a32e510dbd3a15de22b0c3f82e11ad2fab28e (diff)
downloadnixpkgs-0459506f3dc83bd039c44f3444c4dcd46dc79874.tar
nixpkgs-0459506f3dc83bd039c44f3444c4dcd46dc79874.tar.gz
nixpkgs-0459506f3dc83bd039c44f3444c4dcd46dc79874.tar.bz2
nixpkgs-0459506f3dc83bd039c44f3444c4dcd46dc79874.tar.lz
nixpkgs-0459506f3dc83bd039c44f3444c4dcd46dc79874.tar.xz
nixpkgs-0459506f3dc83bd039c44f3444c4dcd46dc79874.tar.zst
nixpkgs-0459506f3dc83bd039c44f3444c4dcd46dc79874.zip
tudu: 0.10 -> 0.10.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/kiyy2m9ck5hgnw5y1cvs77y2465r7cag-tudu-0.10.2/bin/tudu -h` got 0 exit code
- ran `/nix/store/kiyy2m9ck5hgnw5y1cvs77y2465r7cag-tudu-0.10.2/bin/tudu --help` got 0 exit code
- ran `/nix/store/kiyy2m9ck5hgnw5y1cvs77y2465r7cag-tudu-0.10.2/bin/tudu -v` and found version 0.10.2
- ran `/nix/store/kiyy2m9ck5hgnw5y1cvs77y2465r7cag-tudu-0.10.2/bin/tudu -h` and found version 0.10.2
- ran `/nix/store/kiyy2m9ck5hgnw5y1cvs77y2465r7cag-tudu-0.10.2/bin/tudu --help` and found version 0.10.2
- found 0.10.2 with grep in /nix/store/kiyy2m9ck5hgnw5y1cvs77y2465r7cag-tudu-0.10.2
- found 0.10.2 in filename of file in /nix/store/kiyy2m9ck5hgnw5y1cvs77y2465r7cag-tudu-0.10.2
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/tudu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/tudu/default.nix b/pkgs/applications/office/tudu/default.nix
index a957cd6eee6..dea3ea9731b 100644
--- a/pkgs/applications/office/tudu/default.nix
+++ b/pkgs/applications/office/tudu/default.nix
@@ -2,11 +2,11 @@
 stdenv.mkDerivation rec {
 
   name = "tudu-${version}";
-  version = "0.10";
+  version = "0.10.2";
 
   src = fetchurl {
     url = "https://code.meskio.net/tudu/${name}.tar.gz";
-    sha256 = "0571wh5hn0hgadyx34zq1zi35pzd7vpwkavm7kzb9hwgn07443x4";
+    sha256 = "1xsncvd1c6v8y0dzc5mspy9rrwc89pabhz6r2lihsirk83h2rqym";
   };
 
   buildInputs = [ ncurses ];