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

todo-txt-cli: 2.11.0 -> 2.12.0
This commit is contained in:
Mario Rodas 2020-08-31 19:27:40 -05:00 committed by GitHub
commit df9f71c21f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl }:
let
version = "2.11.0";
version = "2.12.0";
in stdenv.mkDerivation {
pname = "todo.txt-cli";
inherit version;
src = fetchurl {
url = "https://github.com/ginatrapani/todo.txt-cli/releases/download/v${version}/todo.txt_cli-${version}.tar.gz";
sha256 = "0majx8lcvhh8ji54qi0sxr833wchdss95fjc92byd8g3lfz27rsz";
sha256 = "0gni8nj3wwdf7nl98d1bpx064bz5xari65hb998qqr92h0n9pnp6";
};
installPhase = ''