We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ae6f5 commit d2382adCopy full SHA for d2382ad
pkgs/os-specific/linux/systemd/default.nix
@@ -206,13 +206,13 @@ let
206
in
207
stdenv.mkDerivation (finalAttrs: {
208
inherit pname;
209
- version = "259.2";
+ version = "259.3";
210
211
src = fetchFromGitHub {
212
owner = "systemd";
213
repo = "systemd";
214
rev = "v${finalAttrs.version}";
215
- hash = "sha256-nyqmKZ7j6zA/heODen0j0xH8FiTSGT+E4rfaUoqPbjU=";
+ hash = "sha256-OmJUIaPwoQFAwTHihP9bM0BJ/KWetyEgZp5jjEwRExY=";
216
};
217
218
# On major changes, or when otherwise required, you *must* :
0 commit comments