updated BTCPayserver, nixpkgs, and systemd-extension

This commit is contained in:
2025-03-23 19:36:55 -05:00
parent 424743da78
commit fe5376c9a7
3 changed files with 5 additions and 17 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "systemd-manager";
version = "17";
version = "18";
src = fetchzip {
url = "https://github.com/hardpixel/systemd-manager/releases/download/v${version}/systemd-manager-v${version}.zip";
hash = "sha256-NaOqhiVTACiGiUn8ISTtBMIDkeGkv1M2kCDnAxl5cwk=";
hash = "sha256-Kd8ZxZ1f6aR1vThrWStsjk8cHrjo2KCYQgpg1em/n2k=";
stripRoot = false;
};
@ -38,4 +38,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ];
homepage = "https://github.com/hardpixel/systemd-manager";
};
}
}