mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
libsepol: fix download url
This commit is contained in:
parent
1f059cd5a9
commit
24cba87e7f
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "libsepol-${version}";
|
||||
version = "2.3";
|
||||
se_release = "20140506";
|
||||
se_url = "${meta.homepage}/releases";
|
||||
se_url = "https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${se_url}/${se_release}/libsepol-${version}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user