From nobody Wed Feb 3 13:23:57 2021 Authentication-Results: mail-b.sr.ht; dkim=pass header.d=srht.l.notmuch.email header.i=@srht.l.notmuch.email Received: from mx.h4ck.space (mx.h4ck.space [159.69.146.50]) by mail-b.sr.ht (Postfix) with ESMTPS id A154911EFFF for <~andir/nixpkgs-dev@lists.sr.ht>; Wed, 3 Feb 2021 13:23:56 +0000 (UTC) Date: Wed, 3 Feb 2021 14:23:55 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=srht.l.notmuch.email; s=mail; t=1612358635; bh=lo4mdqMc7smrLZfvFmeQtR3BCDeYAhUFALBBTnJl/ac=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=nsJE1Y4hS3pQ8NNOycN54/7mAMNmocjqZPAVf5mqeIg2ufLEG21wuYVC7M4bvAu2C kwgh2RTlpa5zixxSjTF1T7nrB9tMxHWn3Ixbyxrynd74yQRrnSil+GL4SjduOiRKP6 UmDYalSViRiW682hx7BIuML+9DI9Gy3obJji3pP0= From: andi@srht.l.notmuch.email To: Matthias Beyer Cc: ~andir/nixpkgs-dev@lists.sr.ht Subject: Re: [PATCH 3/3] taskwarrior-tui: 0.9.5 -> 0.9.6 Message-ID: <20210203132355.paicokdtfcrpdvjq@wrt> References: <20210201142257.517-1-mail@beyermatthias.de> <20210201142257.517-3-mail@beyermatthias.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210201142257.517-3-mail@beyermatthias.de> -> https://github.com/NixOS/nixpkgs/pull/111753 On 15:22 01.02.21, Matthias Beyer wrote: > Signed-off-by: Matthias Beyer > --- > pkgs/applications/misc/taskwarrior-tui/default.nix | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/pkgs/applications/misc/taskwarrior-tui/default.nix b/pkgs/applications/misc/taskwarrior-tui/default.nix > index 1a97f6c0feb..5c5192ebb28 100644 > --- a/pkgs/applications/misc/taskwarrior-tui/default.nix > +++ b/pkgs/applications/misc/taskwarrior-tui/default.nix > @@ -5,19 +5,19 @@ > > rustPlatform.buildRustPackage rec { > pname = "taskwarrior-tui"; > - version = "0.9.5"; > + version = "0.9.6"; > > src = fetchFromGitHub { > owner = "kdheepak"; > repo = "taskwarrior-tui"; > rev = "v${version}"; > - sha256 = "1348ypjphm5f46civbrcxbbahwwl2j47z1hg8ndq1cg2bh5wb8kg"; > + sha256 = "1w8x3qfw7p4q8srdbamqlrz5nsilyd0dy87jp7kq2n7yxsrbyh4x"; > }; > > # Because there's a test that requires terminal access > doCheck = false; > > - cargoSha256 = "11zpy3whzir9mlbvf0jyscqwj9z44a6s5i1bc2cnxyciqy9b57md"; > + cargoSha256 = "0b69qyb74r9may6n61i5a5nzwhxpaij6y40bq6kh8rzdwy0awwx7"; > > meta = with lib; { > description = "A terminal user interface for taskwarrior "; > -- > 2.29.2 >