checksec: 3.0.2 -> 3.1.0 (#472894)

This commit is contained in:
Thomas Gerbet
2025-12-26 08:01:45 +00:00
committed by GitHub
+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"