Unverified Commit 66b8ac87 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

legitify: set to 1.2.4 (#464229)

parents f0ad484b 3d1eeb1f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{
  lib,
  buildGoModule,
  buildGo124Module,
  fetchFromGitHub,
}:

buildGoModule rec {
buildGo124Module rec {
  pname = "legitify";
  version = "1.0.11";

@@ -30,7 +30,7 @@ buildGoModule rec {
  meta = {
    description = "Tool to detect and remediate misconfigurations and security risks of GitHub assets";
    homepage = "https://github.com/Legit-Labs/legitify";
    changelog = "https://github.com/Legit-Labs/legitify/releases/tag/v${version}";
    changelog = "https://github.com/Legit-Labs/legitify/releases/tag/v${src.tag}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ fab ];
    mainProgram = "legitify";