Merge pull request #39371 from r-ryantm/auto-update/todo.txt-cli

todo-txt-cli: 2.10 -> 2.11.0
This commit is contained in:
Jörg Thalheim 2018-04-23 16:18:13 +01:00 committed by GitHub
commit 67920d3d4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''