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

misconfig-mapper: 1.13.0 -> 1.13.5 (#382571)

parents d96cb08a 379b49f7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "misconfig-mapper";
  version = "1.13.0";
  version = "1.13.5";

  src = fetchFromGitHub {
    owner = "intigriti";
    repo = "misconfig-mapper";
    tag = "v${version}";
    hash = "sha256-WheKF6IG4quJpNBPXbOMKGEUkR6wr3cVi97Gtpaz+LA=";
    hash = "sha256-WBZE99CbM0uCmse6FVLK+OxxwBajWEs2pqoOf1EIckc=";
  };

  vendorHash = "sha256-omnWQfriaPqz51xrUKZM5112ZEHJZgAm68hnqUyzR6A=";
  vendorHash = "sha256-fEmf+d9oBXz7KymNVmC+CM7OyPD9QV1uN4ReTNhei7A=";

  ldflags = [
    "-s"