summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office/todo.txt-cli
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-23 07:48:22 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-23 07:48:22 -0700
commitccffc7a5dda79caa29bb62ce27d5cca8056e5d03 (patch)
tree7257ad4b2147f6f162e1061527e054d528ca2098 /pkgs/applications/office/todo.txt-cli
parent6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5 (diff)
todo-txt-cli: 2.10 -> 2.11.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/todo.txt-cli/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.11.0 with grep in /nix/store/ws0k0b3kcl4j2aainnn8xg1vnx803s9c-todo.txt-cli-2.11.0 - directory tree listing: https://gist.github.com/37dad7ad49e196a469453b0b6a4ddb16
Diffstat (limited to 'pkgs/applications/office/todo.txt-cli')
-rw-r--r--pkgs/applications/office/todo.txt-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/todo.txt-cli/default.nix b/pkgs/applications/office/todo.txt-cli/default.nix
index faecc3f4227b..77a602954438 100644
--- a/pkgs/applications/office/todo.txt-cli/default.nix
+++ b/pkgs/applications/office/todo.txt-cli/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
let
- version = "2.10";
+ version = "2.11.0";
in stdenv.mkDerivation {
name = "todo.txt-cli-${version}";
src = fetchurl {
url = "https://github.com/ginatrapani/todo.txt-cli/releases/download/v${version}/todo.txt_cli-${version}.tar.gz";
- sha256 = "1agn4zzbizrrylvbfi053b5mpb39bvl1gzziw08xibzfdyi1g55m";
+ sha256 = "0majx8lcvhh8ji54qi0sxr833wchdss95fjc92byd8g3lfz27rsz";
};
installPhase = ''