Merge pull request #199228 (bump dstask)

This updates dstask from version 0.23.1 to 0.25.

The package bump was already approved by the maintainer (@stianlagstad)
and I did some small tests whether the dstask command actually works.
This commit is contained in:
aszlig 2022-11-03 14:00:25 +01:00
commit 5196625a15
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dstask";
version = "0.23.1";
version = "0.25";
src = fetchFromGitHub {
owner = "naggie";
repo = pname;
rev = "v${version}";
sha256 = "0rfz8jim0xqcwdb5n28942v9r3hbvhjrwdgzvbwc9f9psqg2s8d2";
sha256 = "sha256-nsEn9ZhrSWO0kltyEXaehMcFpqVbivSsXOxu/AX7A9U=";
};
# Set vendorSha256 to null because dstask vendors its dependencies (meaning
@ -30,8 +30,6 @@ buildGoModule rec {
"-X github.com/naggie/dstask.GIT_COMMIT=v${version}"
];
subPackages = [ "cmd/dstask.go" ];
meta = with lib; {
description = "Command line todo list with super-reliable git sync";
homepage = src.meta.homepage;