updated systemd-manager plugin

This commit is contained in:
naturallaw77 2024-08-07 21:22:28 -07:00
parent 3c932c998c
commit 350243407c

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "systemd-manager";
version = "16";
version = "17";
src = fetchzip {
url = "https://github.com/hardpixel/systemd-manager/releases/download/v${version}/systemd-manager-v${version}.zip";
hash = "sha256-mbo0kSLkFpT71f/E4AJ0rMFLVtsks7u9snc8maMib4U=";
hash = "sha256-NaOqhiVTACiGiUn8ISTtBMIDkeGkv1M2kCDnAxl5cwk=";
stripRoot = false;
};