nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

setools: 4.2.2 -> 4.3.0

authored by

R. RyanTM and committed by
Frederik Rietdijk
9f2ecb21 68a53ade

+2 -2
+2 -2
pkgs/os-specific/linux/setools/default.nix
··· 8 8 9 9 buildPythonApplication rec { 10 10 pname = "setools"; 11 - version = "4.2.2"; 11 + version = "4.3.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "SELinuxProject"; 15 15 repo = pname; 16 16 rev = version; 17 - sha256 = "18kklv26dwm2fdjjzfflvxsq83b2svnwf4g18xq7wsfsri121a90"; 17 + sha256 = "0vr20bi8w147z5lclqz1l0j1b34137zg2r04pkafkgqqk7qbyjk6"; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cython ];