Unverified Commit 2220b9a4 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #274695 from r-ryantm/auto-update/libsepol

libsepol: 3.5 -> 3.6
parents fd0fed7f 77536ba6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
  pname = "libsepol";
  version = "3.5";
  version = "3.6";
  se_url = "https://github.com/SELinuxProject/selinux/releases/download";

  outputs = [ "bin" "out" "dev" "man" ];

  src = fetchurl {
    url = "${se_url}/${version}/libsepol-${version}.tar.gz";
    sha256 = "sha256-eP2vaZJNt4C6x4VG5D2cRAdLrXmMLEFdC5u5bQZe6KI=";
    sha256 = "sha256-ydxYXqlJA9eE1ZfIYc1dzmRZFo+V4isxoOqxzdgAl1o=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isStatic ''