3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #165411 from trofi/update-systemd

systemd: 250.3 -> 250.4
This commit is contained in:
Florian Klink 2022-03-23 21:44:18 +01:00 committed by GitHub
commit 5f3ab4f853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ assert withCryptsetup -> (cryptsetup != null);
let
wantCurl = withRemote || withImportd;
wantGcrypt = withResolved || withImportd;
version = "250.3";
version = "250.4";
# Bump this variable on every (major) version change. See below (in the meson options list) for why.
# command:
@ -144,7 +144,7 @@ stdenv.mkDerivation {
owner = "systemd";
repo = "systemd-stable";
rev = "v${version}";
sha256 = "sha256-O1XE0BhIuDAlFVX7WIy02M9YTIxLX0Q8atJAYsUgQDQ=";
sha256 = "sha256-AdzPh7dGVrGbbjL9+PqytQOpRzNDUUEftmKZAbFH3L4=";
};
# On major changes, or when otherwise required, you *must* reformat the patches,