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

checksec: 2.0.1 -> 2.1.0
This commit is contained in:
Marek Mahut 2019-08-17 22:54:33 +02:00 committed by GitHub
commit 33a95b8d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "checksec"; pname = "checksec";
version = "2.0.1"; version = "2.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "slimm609"; owner = "slimm609";
repo = "checksec.sh"; repo = "checksec.sh";
rev = version; rev = version;
sha256 = "04lzwm24d576h425rgvgjj2wim29i3961jrj35r43wrswmrsc3r2"; sha256 = "00s4qg4h9s9vi46jyw7lz36lb5i8h3s9cmicnngp17764xgkr916";
}; };
patches = [ ./0001-attempt-to-modprobe-config-before-checking-kernel.patch ]; patches = [ ./0001-attempt-to-modprobe-config-before-checking-kernel.patch ];