mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
kexec-tools: 2.0.26 -> 2.0.28
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
243c22a6ce
commit
b760e1937c
@ -2,14 +2,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "kexec-tools";
|
||||
version = "2.0.26";
|
||||
version = "2.0.28";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"mirror://kernel/linux/utils/kernel/kexec/${pname}-${version}.tar.xz"
|
||||
"http://horms.net/projects/kexec/kexec-tools/${pname}-${version}.tar.xz"
|
||||
];
|
||||
sha256 = "sha256-f+NqBkEBzVxRXkGyvjk9zjyoitzlnW7maOCvfAxFcM0=";
|
||||
sha256 = "sha256-0vDvhy854v5LGwH+tisAATgyByObn4BB+YqVVkFh0FM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user