systemd: 260.1 -> 260.2

This commit is contained in:
R. Ryantm 2026-05-27 10:06:49 +00:00 committed by r-vdp
commit d08a97a026
No known key found for this signature in database

View file

@ -202,13 +202,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
inherit pname;
version = "260.1";
version = "260.2";
src = fetchFromGitHub {
owner = "systemd";
repo = "systemd";
rev = "v${finalAttrs.version}";
hash = "sha256-FUKj3lvjz8TIsyu8NyJYtiNele+1BhdJPdw7r7nW6as=";
hash = "sha256-NXmmSV7/9WIW6C8wjdOwaerCy4v7Zcrd8+XDzcS8rEk=";
};
# PATCH POLICY