setools: 4.3.0 -> 4.4.0

+2 -10
+2 -10
pkgs/os-specific/linux/setools/default.nix
··· 1 1 { lib, fetchFromGitHub, python3 2 2 , libsepol, libselinux, checkpolicy 3 - , fetchpatch 4 3 , withGraphics ? false 5 4 }: 6 5 ··· 9 8 10 9 buildPythonApplication rec { 11 10 pname = "setools"; 12 - version = "4.3.0"; 11 + version = "4.4.0"; 13 12 14 13 src = fetchFromGitHub { 15 14 owner = "SELinuxProject"; 16 15 repo = pname; 17 16 rev = version; 18 - sha256 = "0vr20bi8w147z5lclqz1l0j1b34137zg2r04pkafkgqqk7qbyjk6"; 17 + sha256 = "1qvd5j6zwq4fmlahg45swjplhif2z89x7s6pnp07gvcp2fbqdsh5"; 19 18 }; 20 - 21 - patches = [ 22 - (fetchpatch { # included in 4.4.0 23 - url = "https://github.com/SELinuxProject/setools/commit/f1b4a5d375be05fbccedb258c940d771bff8e524.diff"; 24 - sha256 = "1r38s6i4i6bdr2zdp5wcg1yifpf3pd018c73a511mgynyg7d11xy"; 25 - }) 26 - ]; 27 19 28 20 nativeBuildInputs = [ cython ]; 29 21 buildInputs = [ libsepol ];