misconfig-mapper: 1.14.2 -> 1.14.3

This commit is contained in:
R. Ryantm 2025-05-17 01:34:16 +00:00
parent 11e0819a5c
commit a5dc76fdc0

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "misconfig-mapper"; pname = "misconfig-mapper";
version = "1.14.2"; version = "1.14.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "intigriti"; owner = "intigriti";
repo = "misconfig-mapper"; repo = "misconfig-mapper";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-7ObDlO/jHUMJdEIFwsFrdSyrbs6I6koNJxQyH6FbhZc="; hash = "sha256-ZYTPXzqQ0jKRjjpw0HFExNWjXBG3xopBhD2SoUEvdIE=";
}; };
vendorHash = "sha256-gxURT2S1m7J3bZ0VIYxFFsbxU3za2BgJ/6TONoPGzAw="; vendorHash = "sha256-A+71QaSmF7fzGeqmNOBvlZz5irJGxfO8+pR+1uxsiiU=";
ldflags = [ ldflags = [
"-s" "-s"