mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
xc: 0.4.0 -> 0.4.1
Diff: https://github.com/joerdav/xc/compare/v0.4.0...v0.4.1 Changelog: https://github.com/joerdav/xc/releases/tag/v0.4.1
This commit is contained in:
parent
1d5d9105a9
commit
e195435fa6
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user