systemd: 245.7 -> 246

This commit is contained in:
Florian Klink
2020-08-13 20:51:39 +02:00
parent b68bddfbda
commit 2865490dc2
19 changed files with 180 additions and 162 deletions
+3 -3
View File
@@ -33,7 +33,7 @@ let gnupg-minimal = gnupg.override {
};
in stdenv.mkDerivation {
version = "245.7";
version = "246";
pname = "systemd";
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
@@ -41,8 +41,8 @@ in stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "systemd";
repo = "systemd-stable";
rev = "1e6233ed07f7af08550fffa7a885cac1ac67a2c3";
sha256 = "1hd5kc3mm7mg4i7hhi82wg4cpg4fpi2k6hzjq9sv07pkn2lw390w";
rev = "ae366f3acbc1a45504e9875099b17a7e1a221d03";
sha256 = "0zrkyxrh5rm45f2l1rnjyv229bcyzawfw7c63jqxwix75px60dyw";
};
patches = [