summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-28 00:50:09 -0800
committerAustin Seipp <aseipp@pobox.com>2019-11-30 18:33:21 -0500
commit03be1adb13c51574eb78da031cf71adccea1caa5 (patch)
tree39129c6f10c1d0e2e67aac273b386bb1197ede8b /pkgs/development
parent55a72926e1dee9cdb12036143899d7dfd5acb0b7 (diff)
downloadnixpkgs-03be1adb13c51574eb78da031cf71adccea1caa5.tar
nixpkgs-03be1adb13c51574eb78da031cf71adccea1caa5.tar.gz
nixpkgs-03be1adb13c51574eb78da031cf71adccea1caa5.tar.bz2
nixpkgs-03be1adb13c51574eb78da031cf71adccea1caa5.tar.lz
nixpkgs-03be1adb13c51574eb78da031cf71adccea1caa5.tar.xz
nixpkgs-03be1adb13c51574eb78da031cf71adccea1caa5.tar.zst
nixpkgs-03be1adb13c51574eb78da031cf71adccea1caa5.zip
libseccomp: 2.4.1 -> 2.4.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libseccomp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libseccomp/default.nix b/pkgs/development/libraries/libseccomp/default.nix
index 8c9c6ac107c..08c276c4d55 100644
--- a/pkgs/development/libraries/libseccomp/default.nix
+++ b/pkgs/development/libraries/libseccomp/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "libseccomp";
-  version = "2.4.1";
+  version = "2.4.2";
 
   src = fetchurl {
     url = "https://github.com/seccomp/libseccomp/releases/download/v${version}/libseccomp-${version}.tar.gz";
-    sha256 = "1s06h2cgk0xxwmhwj72z33bllafc1xqnxzk2yyra2rmg959778qw";
+    sha256 = "0nsq81acrbkdr8zairxbwa33bj2a6126npp76b4srjl472sjfkxm";
   };
 
   outputs = [ "out" "lib" "dev" "man" ];