Skip to content

Commit

Permalink
systemd: 256.7 -> 256.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Princemachiavelli committed Nov 16, 2024
1 parent dc460ec commit 6fc6e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ assert withBootloader -> withEfi;
let
wantCurl = withRemote || withImportd;
wantGcrypt = withResolved || withImportd;
version = "256.7";
version = "256.8";

# Use the command below to update `releaseTimestamp` on every (major) version
# change. More details in the commentary at mesonFlags.
Expand All @@ -203,7 +203,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "systemd";
repo = "systemd";
rev = "v${version}";
hash = "sha256-x214fOhEWLoiexRrN4lGx4Pqx2+jYN94w9GzntVRcZ4=";
hash = "sha256-L/MCsCCMVvK7LgxlaLFpnmsJuTu33cPaiMxIpHU7Tzg=";
};

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

0 comments on commit 6fc6e7b

Please sign in to comment.