From 350243407c3b27977b182d46cb41156517abb5d8 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 7 Aug 2024 21:22:28 -0700 Subject: [PATCH] updated systemd-manager plugin --- modules/systemd-manager_sovran_systems.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };