kexec-tools: 2.0.25 -> 2.0.26

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>

authored by Henri Rosten and committed by Alyssa Ross 01e24691 6d833d00

+2 -2
+2 -2
pkgs/os-specific/linux/kexec-tools/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "kexec-tools"; 5 - version = "2.0.25"; 5 + version = "2.0.26"; 6 6 7 7 src = fetchurl { 8 8 urls = [ 9 9 "mirror://kernel/linux/utils/kernel/kexec/${pname}-${version}.tar.xz" 10 10 "http://horms.net/projects/kexec/kexec-tools/${pname}-${version}.tar.xz" 11 11 ]; 12 - sha256 = "sha256-fOLl3vOOwE95/rEH0CJD3VhvvGhWnszwL0S606E+wH0="; 12 + sha256 = "sha256-f+NqBkEBzVxRXkGyvjk9zjyoitzlnW7maOCvfAxFcM0="; 13 13 }; 14 14 15 15 patches = [