diff --git a/modules/systemd-manager_sovran_systems.nix b/modules/systemd-manager_sovran_systems.nix index 2fdb975..7f76f5d 100755 --- a/modules/systemd-manager_sovran_systems.nix +++ b/modules/systemd-manager_sovran_systems.nix @@ -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; };