Merge pull request #194782 from felixsinger/pkgs/kexec-tools/update
kexec-tools: 2.0.23 -> 2.0.25
This commit is contained in:
commit
ce4790a5ba
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue