Merge pull request #50075 from r-ryantm/auto-update/kexec-tools

kexectools: 2.0.17 -> 2.0.18
This commit is contained in:
Renaud 2018-11-25 10:12:12 +01:00 committed by GitHub
commit 2e95a386fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "kexec-tools-${version}";
version = "2.0.17";
version = "2.0.18";
src = fetchurl {
urls = [
"mirror://kernel/linux/utils/kernel/kexec/${name}.tar.xz"
"http://horms.net/projects/kexec/kexec-tools/${name}.tar.xz"
];
sha256 = "1ac20jws8iys9w6dpn4q3hihyx73zkabdwv3gcb779cxfrmq2k2h";
sha256 = "0f5jnb0470nmxyl1cz2687hqjr8cwqniqc1ycq9bazlp85rz087h";
};
hardeningDisable = [ "format" "pic" "relro" "pie" ];