summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2020-12-13 16:35:01 +0100
committerCharlotte Van Petegem <charlotte@vanpetegem.me>2020-12-13 16:35:01 +0100
commit9b1aa17909e03dadce5c903a57463c1fb071005f (patch)
treedf4415de435831b959476858ab5c9165fa0763ea /pkgs/os-specific/linux/systemd
parent58cb5383869ced196b0b198a78daca08b63e958e (diff)
downloadnixpkgs-9b1aa17909e03dadce5c903a57463c1fb071005f.tar
nixpkgs-9b1aa17909e03dadce5c903a57463c1fb071005f.tar.gz
nixpkgs-9b1aa17909e03dadce5c903a57463c1fb071005f.tar.bz2
nixpkgs-9b1aa17909e03dadce5c903a57463c1fb071005f.tar.lz
nixpkgs-9b1aa17909e03dadce5c903a57463c1fb071005f.tar.xz
nixpkgs-9b1aa17909e03dadce5c903a57463c1fb071005f.tar.zst
nixpkgs-9b1aa17909e03dadce5c903a57463c1fb071005f.zip
systemd: 247 -> 247.1
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index f1a0f06eb58..2c0884d2420 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -111,7 +111,7 @@ assert withCryptsetup ->
 let
   wantCurl = withRemote || withImportd;
 
-  version = "247";
+  version = "247.1";
 in
 stdenv.mkDerivation {
   inherit version pname;
@@ -120,9 +120,9 @@ stdenv.mkDerivation {
   # This has proven to be less error-prone than the previous systemd fork.
   src = fetchFromGitHub {
     owner = "systemd";
-    repo = "systemd";
+    repo = "systemd-stable";
     rev = "v${version}";
-    sha256 = "1nwsr6p65zy5jpabvjbszq5g556l1npaf2xsik4p4pvjjwnn1nx6";
+    sha256 = "0nj362m2zwvszmpywirym0jbkhz07m71hpqj4fw1zzlq4zi23c6n";
   };
 
   # If these need to be regenerated, `git am path/to/00*.patch` them into a