systemd: 247 -> 247.1

This commit is contained in:
Charlotte Van Petegem 2020-12-13 16:35:01 +01:00
parent 58cb538386
commit 9b1aa17909
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -111,7 +111,7 @@ assert withCryptsetup ->
let let
wantCurl = withRemote || withImportd; wantCurl = withRemote || withImportd;
version = "247"; version = "247.1";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
inherit version pname; inherit version pname;
@ -120,9 +120,9 @@ stdenv.mkDerivation {
# This has proven to be less error-prone than the previous systemd fork. # This has proven to be less error-prone than the previous systemd fork.
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "systemd"; owner = "systemd";
repo = "systemd"; repo = "systemd-stable";
rev = "v${version}"; rev = "v${version}";
sha256 = "1nwsr6p65zy5jpabvjbszq5g556l1npaf2xsik4p4pvjjwnn1nx6"; sha256 = "0nj362m2zwvszmpywirym0jbkhz07m71hpqj4fw1zzlq4zi23c6n";
}; };
# 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