summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-12-17 19:31:33 +0000
committerGitHub <noreply@github.com>2020-12-17 19:31:33 +0000
commit2fe2d0aeea8e7a14f4ef843755e2cb9e12d9085a (patch)
tree869bb16001b51fd0cdf7f1ae8e7bc795e57584f9
parent1fe44af287450ec70cb27e6b7d49a7b5a9d854cb (diff)
parent60861da4b77f1cc3bf2d59f2f3ba9eb0256807b2 (diff)
Merge pull request #107110 from matthiasbeyer/update-tasknc
-rw-r--r--pkgs/applications/misc/tasknc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/tasknc/default.nix b/pkgs/applications/misc/tasknc/default.nix
index 46378aec33ae..9080bec753de 100644
--- a/pkgs/applications/misc/tasknc/default.nix
+++ b/pkgs/applications/misc/tasknc/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, makeWrapper, perl, ncurses5, taskwarrior }:
stdenv.mkDerivation rec {
- version = "2017-05-15";
+ version = "2020-12-17";
pname = "tasknc";
src = fetchFromGitHub {
owner = "lharding";
repo = "tasknc";
- rev = "c41d0240e9b848e432f01de735f28de93b934ae7";
- sha256 = "0f7l7fy06p33vw6f6sjnjxfhw951664pmwhjl573jvmh6gi2h1yr";
+ rev = "a182661fbcc097a933d5e8cce3922eb1734a563e";
+ sha256 = "0jrv2k1yizfdjndbl06lmy2bb62ky2rjdk308967j31c5kqqnw56";
};
nativeBuildInputs = [