Merge pull request #61126 from matthiasbeyer/update-taskell

taskell: 1.4.2 -> 1.4.3
This commit is contained in:
Mario Rodas 2019-05-14 21:39:46 -05:00 committed by GitHub
commit 1d9aaf6569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
{ haskell, lib, haskellPackages, fetchFromGitHub }:
let
version = "1.4.2";
sha256 = "1kpzjsbx2xbp43hd62nq03jcknp0dqvdlxjc9gc3fagaqfbfzny2";
version = "1.4.3";
sha256 = "0i12x7qzfmmdvi09k96x53zzzrva2w3zbl2f6dkxb8kk5scqqa4v";
in (haskellPackages.mkDerivation {
pname = "taskell";
@ -57,5 +57,9 @@ in (haskellPackages.mkDerivation {
tasty-hunit
];
license = lib.licenses.bsd3;
description = "Command-line Kanban board/task manager with support for Trello boards and GitHub projects";
homepage = "https://taskell.app";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ matthiasbeyer ];
platforms = with lib.platforms; unix ++ darwin;
})