Skip to content

Commit d2382ad

Browse files
systemd: 259.2 -> 259.3
1 parent 76ae6f5 commit d2382ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/systemd/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ let
206206
in
207207
stdenv.mkDerivation (finalAttrs: {
208208
inherit pname;
209-
version = "259.2";
209+
version = "259.3";
210210

211211
src = fetchFromGitHub {
212212
owner = "systemd";
213213
repo = "systemd";
214214
rev = "v${finalAttrs.version}";
215-
hash = "sha256-nyqmKZ7j6zA/heODen0j0xH8FiTSGT+E4rfaUoqPbjU=";
215+
hash = "sha256-OmJUIaPwoQFAwTHihP9bM0BJ/KWetyEgZp5jjEwRExY=";
216216
};
217217

218218
# On major changes, or when otherwise required, you *must* :

0 commit comments

Comments
 (0)