Merge pull request #50075 from r-ryantm/auto-update/kexec-tools
kexectools: 2.0.17 -> 2.0.18
This commit is contained in:
commit
2e95a386fe
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kexec-tools-${version}";
|
name = "kexec-tools-${version}";
|
||||||
version = "2.0.17";
|
version = "2.0.18";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"mirror://kernel/linux/utils/kernel/kexec/${name}.tar.xz"
|
"mirror://kernel/linux/utils/kernel/kexec/${name}.tar.xz"
|
||||||
"http://horms.net/projects/kexec/kexec-tools/${name}.tar.xz"
|
"http://horms.net/projects/kexec/kexec-tools/${name}.tar.xz"
|
||||||
];
|
];
|
||||||
sha256 = "1ac20jws8iys9w6dpn4q3hihyx73zkabdwv3gcb779cxfrmq2k2h";
|
sha256 = "0f5jnb0470nmxyl1cz2687hqjr8cwqniqc1ycq9bazlp85rz087h";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" "pic" "relro" "pie" ];
|
hardeningDisable = [ "format" "pic" "relro" "pie" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user