systemd: 246.5 -> 246.6
This commit is contained in:
parent
30ddfe6b95
commit
249b6f6b83
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "246.5";
|
version = "246.6";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "systemd";
|
pname = "systemd";
|
||||||
|
@ -29,7 +29,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "systemd";
|
owner = "systemd";
|
||||||
repo = "systemd-stable";
|
repo = "systemd-stable";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0nwchkk1f69pla68v52fzlc0zvwrgw74ri8imx2rcd6b68cwcwwm";
|
sha256 = "1yhj2jlighqqpw1xk9q52f3pncjn47ipi224k35d6syb94q2b988";
|
||||||
};
|
};
|
||||||
|
|
||||||
# If these need to be regenerated, `git am path/to/00*.patch` them into a
|
# If these need to be regenerated, `git am path/to/00*.patch` them into a
|
||||||
|
|
Loading…
Reference in a new issue