Merge pull request #194782 from felixsinger/pkgs/kexec-tools/update

kexec-tools: 2.0.23 -> 2.0.25
This commit is contained in:
Mario Rodas 2022-10-07 11:38:19 -05:00 committed by GitHub
commit ce4790a5ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "kexec-tools";
version = "2.0.23";
version = "2.0.25";
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 = "qmPNbH3ZWwbOumJAp/3GeSeJytp1plXmcUmHF1IkJBs=";
sha256 = "sha256-fOLl3vOOwE95/rEH0CJD3VhvvGhWnszwL0S606E+wH0=";
};
patches = [