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

Configure Feed

Select the types of activity you want to include in your feed.

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

libsepol: 3.3 -> 3.5

authored by

Martin Weinelt and committed by
GitHub
5efba923 0a6977ab

+2 -2
+2 -2
pkgs/os-specific/linux/libsepol/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libsepol"; 5 - version = "3.3"; 5 + version = "3.5"; 6 6 se_url = "https://github.com/SELinuxProject/selinux/releases/download"; 7 7 8 8 outputs = [ "bin" "out" "dev" "man" ]; 9 9 10 10 src = fetchurl { 11 11 url = "${se_url}/${version}/libsepol-${version}.tar.gz"; 12 - sha256 = "12r39ygn7aa1kz52wibfr4520m0cp75hlrn3i6rnjqa6p0zdz5rd"; 12 + sha256 = "sha256-eP2vaZJNt4C6x4VG5D2cRAdLrXmMLEFdC5u5bQZe6KI="; 13 13 }; 14 14 15 15 postPatch = lib.optionalString stdenv.hostPlatform.isStatic ''