kexectools: 2.0.13 -> 2.0.14

ARM patch is included upstream now.
This commit is contained in:
Tuomas Tynkkynen
2016-12-26 18:54:34 +02:00
parent 2876b31ed5
commit e60bb86d00
2 changed files with 2 additions and 32 deletions
@@ -2,18 +2,16 @@
stdenv.mkDerivation rec {
name = "kexec-tools-${version}";
version = "2.0.13";
version = "2.0.14";
src = fetchurl {
urls = [
"mirror://kernel/linux/utils/kernel/kexec/${name}.tar.xz"
"http://horms.net/projects/kexec/kexec-tools/${name}.tar.xz"
];
sha256 = "1k75p9h29xx57l1c69ravm4pg9pmriqxmwja12hgrnvi251ayjw7";
sha256 = "1ihd3kzw8xnc5skq4pb633rr80007knjm4n1dd67a24xkplygcpz";
};
patches = [ ./arm.patch ];
hardeningDisable = [ "format" "pic" "relro" ];
buildInputs = [ zlib ];