checksec: 3.0.2 -> 3.1.0

This commit is contained in:
R. Ryantm
2025-12-21 06:31:34 +00:00
parent 55ae7336a1
commit 8aebbc2f9a
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "checksec";
version = "3.0.2";
version = "3.1.0";
src = fetchFromGitHub {
owner = "slimm609";
repo = "checksec";
tag = version;
hash = "sha256-ZpDowTmnK23+ZocOY1pJMgMSn7FiQQGvMg/gSbiL1nw=";
hash = "sha256-LsVK+ufSUGXWHpPk1iAFD6Lxh5hEp1WmTAy9hZMEiKk=";
};
vendorHash = "sha256-7poHsEsRATljkqtfGxzqUbqhwSjVmiao2KoMVQ8LkD4=";
vendorHash = "sha256-GzSliyKxBfATA7BaHO/4HyReEwT7dYTpRuyjADNtJuc=";
ldflags = [
"-s"