Merge pull request #225738 from Niols/checkmake-0.2.2

checkmake: 0.2.1 -> 0.2.2

authored by figsoda and committed by GitHub 2dfbb7c8 b6382db9

+2 -3
+2 -3
pkgs/development/tools/checkmake/default.nix
··· 2 3 buildGoModule rec { 4 pname = "checkmake"; 5 - version = "0.2.1"; 6 7 src = fetchFromGitHub { 8 owner = "mrtazz"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-Zkrr1BrP8ktRGf6EYhDpz3oTnX6msrSpfFqkqi9pmlc="; 12 }; 13 14 vendorSha256 = null; ··· 41 homepage = "https://github.com/mrtazz/checkmake"; 42 license = licenses.mit; 43 maintainers = with maintainers; [ vidbina ]; 44 - platforms = platforms.linux; 45 longDescription = '' 46 checkmake is an experimental tool for linting and checking 47 Makefiles. It may not do what you want it to.
··· 2 3 buildGoModule rec { 4 pname = "checkmake"; 5 + version = "0.2.2"; 6 7 src = fetchFromGitHub { 8 owner = "mrtazz"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-Ql8XSQA/w7wT9GbmYOM2vG15GVqj9LxOGIu8Wqp9Wao="; 12 }; 13 14 vendorSha256 = null; ··· 41 homepage = "https://github.com/mrtazz/checkmake"; 42 license = licenses.mit; 43 maintainers = with maintainers; [ vidbina ]; 44 longDescription = '' 45 checkmake is an experimental tool for linting and checking 46 Makefiles. It may not do what you want it to.