mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libseccomp: 2.3.0 -> 2.3.1
This commit is contained in:
parent
3ce7b77517
commit
9de5d8ff0f
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, fetchurl, getopt }:
|
||||
|
||||
let version = "2.3.0"; in
|
||||
let version = "2.3.1"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libseccomp-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/seccomp/libseccomp/releases/download/v${version}/libseccomp-${version}.tar.gz";
|
||||
sha256 = "07chdgr87aayn6sjm94y6gisl4j6si1hr9cqhs09l9bqfnky6mnp";
|
||||
sha256 = "0asnlkzqms520r0dra08dzcz5hh6hs7lkajfw9wij3vrd0hxsnzz";
|
||||
};
|
||||
|
||||
buildInputs = [ getopt ];
|
||||
|
|
Loading…
Reference in a new issue