libsepol: 3.7 -> 3.8 (#377862)

This commit is contained in:
K900
2025-02-09 09:19:16 +03:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "libsepol";
version = "3.7";
version = "3.8";
se_url = "https://github.com/SELinuxProject/selinux/releases/download";
outputs = [
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${se_url}/${version}/libsepol-${version}.tar.gz";
sha256 = "sha256-zXQeJSROfvbNk01jNhQTGiZsPq6rM9i/pF6Kk7RcyQE=";
sha256 = "sha256-hE+9vwIzS5zgODOtimcQU/Z7QHbXLbTwPg7iZl7C61U=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isStatic ''