Skip to content

Commit

Permalink
Merge pull request #225738 from Niols/checkmake-0.2.2
Browse files Browse the repository at this point in the history
checkmake: 0.2.1 -> 0.2.2
  • Loading branch information
figsoda authored Apr 11, 2023
2 parents b6382db + 317909b commit 2dfbb7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/tools/checkmake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "checkmake";
version = "0.2.1";
version = "0.2.2";

src = fetchFromGitHub {
owner = "mrtazz";
repo = pname;
rev = version;
sha256 = "sha256-Zkrr1BrP8ktRGf6EYhDpz3oTnX6msrSpfFqkqi9pmlc=";
sha256 = "sha256-Ql8XSQA/w7wT9GbmYOM2vG15GVqj9LxOGIu8Wqp9Wao=";
};

vendorSha256 = null;
Expand Down Expand Up @@ -41,7 +41,6 @@ buildGoModule rec {
homepage = "https://github.com/mrtazz/checkmake";
license = licenses.mit;
maintainers = with maintainers; [ vidbina ];
platforms = platforms.linux;
longDescription = ''
checkmake is an experimental tool for linting and checking
Makefiles. It may not do what you want it to.
Expand Down

0 comments on commit 2dfbb7c

Please sign in to comment.