Merge pull request #61126 from matthiasbeyer/update-taskell
taskell: 1.4.2 -> 1.4.3
This commit is contained in:
commit
1d9aaf6569
@ -1,8 +1,8 @@
|
|||||||
{ haskell, lib, haskellPackages, fetchFromGitHub }:
|
{ haskell, lib, haskellPackages, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.4.2";
|
version = "1.4.3";
|
||||||
sha256 = "1kpzjsbx2xbp43hd62nq03jcknp0dqvdlxjc9gc3fagaqfbfzny2";
|
sha256 = "0i12x7qzfmmdvi09k96x53zzzrva2w3zbl2f6dkxb8kk5scqqa4v";
|
||||||
|
|
||||||
in (haskellPackages.mkDerivation {
|
in (haskellPackages.mkDerivation {
|
||||||
pname = "taskell";
|
pname = "taskell";
|
||||||
@ -57,5 +57,9 @@ in (haskellPackages.mkDerivation {
|
|||||||
tasty-hunit
|
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;
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user