mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 20:07:49 +00:00
kexec-tools: 2.0.25 -> 2.0.26
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
This commit is contained in:
parent
6d833d0055
commit
01e2469142
@ -2,14 +2,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "kexec-tools";
|
||||
version = "2.0.25";
|
||||
version = "2.0.26";
|
||||
|
||||
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-fOLl3vOOwE95/rEH0CJD3VhvvGhWnszwL0S606E+wH0=";
|
||||
sha256 = "sha256-f+NqBkEBzVxRXkGyvjk9zjyoitzlnW7maOCvfAxFcM0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user