figsoda 2023-05-06 09:28:32 -04:00
parent 1d5d9105a9
commit e195435fa6

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "xc";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "joerdav";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pKsttrdXZQnWgJocGtyk7+qze1dpmZTclsUhwun6n8E=";
sha256 = "sha256-Dc7MVn9hF2HtXqMvWQ5UsLQW5ZKcFKt7AHcXdiWDs1I=";
};
vendorHash = "sha256-hCdIO377LiXFKz0GfCmAADTPfoatk8YWzki7lVP3yLw=";
@ -20,8 +20,9 @@ buildGoModule rec {
];
meta = with lib; {
homepage = "https://xcfile.dev/";
description = "Markdown defined task runner";
homepage = "https://xcfile.dev/";
changelog = "https://github.com/joerdav/xc/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ figsoda joerdav ];
};