Merge pull request #97085 from r-ryantm/auto-update/checksec

checksec: 2.2.2 -> 2.2.3
This commit is contained in:
Lassulus 2020-09-17 21:13:21 +02:00 committed by GitHub
commit 60996fa762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "checksec";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "slimm609";
repo = "checksec.sh";
rev = version;
sha256 = "0gm438sfh84bif5d40wvaqrfl4dh3fxjvnjk9ab33al8ws3afpsj";
sha256 = "0hw8bd7dj71m1ml9zvfab2j87jacs542z7a89nziapckmg6kmh6f";
};
patches = [ ./0001-attempt-to-modprobe-config-before-checking-kernel.patch ];