Merge pull request #301037 from r-ryantm/auto-update/setools

setools: 4.4.4 -> 4.5.0

authored by Weijia Wang and committed by GitHub bb65e22b 7a090ad0

+2 -2
+2 -2
pkgs/os-specific/linux/setools/default.nix
··· 8 8 9 9 buildPythonApplication rec { 10 10 pname = "setools"; 11 - version = "4.4.4"; 11 + version = "4.5.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "SELinuxProject"; 15 15 repo = pname; 16 16 rev = "refs/tags/${version}"; 17 - hash = "sha256-QCJfFdY4THBurx7G8q/WAzb7b9CwtNNGi5fn9D++BMU="; 17 + hash = "sha256-4y4Uhh3O84UbK39j8ACu06/6n7lyHsd8MzODR0FOp3I="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cython ];