checksec: 2.1.0 -> 2.2.1

This commit is contained in:
R. RyanTM 2020-05-28 01:21:51 +00:00 committed by Austin Seipp
parent d6cf34ea5a
commit d4226e3a4b
1 changed files with 2 additions and 2 deletions

View File

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