policycoreutils: 3.8 -> 3.8.1

This commit is contained in:
R. Ryantm
2025-03-22 11:39:56 +00:00
parent 4f4026f3ee
commit e6872e1638

View File

@@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "policycoreutils";
version = "3.8";
version = "3.8.1";
inherit (libsepol) se_url;
src = fetchurl {
url = "${se_url}/${version}/policycoreutils-${version}.tar.gz";
hash = "sha256-LEMLhmKq+zp1clHp2NYuyqvBwkvisqasbofT+giwTiI=";
hash = "sha256-7vIxlrUB0UHLlfX8Uu8acon0WbZeRBXqD+mu7cXYDvI=";
};
postPatch = ''