chore: nix update

This commit is contained in:
Lars Sjöström 2025-05-06 18:12:03 +02:00
parent 15227256ec
commit b7e526454b
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions
pkgs/systemd

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "systemd";
repo = "systemd";
rev = "v${version}";
hash = "sha256-6rxJUYRq785U6aik5VhQRqG+Ss67lBB6T3eQF+tkyhk=";
hash = "sha256-mn/JB/nrOz2TOobu2d+XBH2dVH3vn/HPvWN4Zz6s+SM=";
};
patches = [ ./skip-verify-esp.patch ];