libseccomp: 2.4.3 -> 2.5.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
parent
3829a40793
commit
33842cacde
@ -1,17 +1,17 @@
|
||||
{ stdenv, fetchurl, getopt, makeWrapper, utillinux }:
|
||||
{ stdenv, fetchurl, getopt, makeWrapper, utillinux, gperf }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libseccomp";
|
||||
version = "2.4.3";
|
||||
version = "2.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/seccomp/libseccomp/releases/download/v${version}/libseccomp-${version}.tar.gz";
|
||||
sha256 = "07crwxqzvl5k2b90a47ii9wgvi09s9hsy5b5jddw9ylp351d25fg";
|
||||
sha256 = "1wql62cg8f95cwpy057cl764nni9g4sdn5lqj68x22kjs8w71yhz";
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" "dev" "man" ];
|
||||
|
||||
buildInputs = [ getopt makeWrapper ];
|
||||
buildInputs = [ getopt makeWrapper gperf ];
|
||||
|
||||
patchPhase = ''
|
||||
patchShebangs .
|
||||
|
Loading…
Reference in New Issue
Block a user