gnomeExtensions.systemd-manager: 17 -> 18

This commit is contained in:
R. Ryantm
2025-03-01 14:13:46 +01:00
committed by Jan Tojnar
parent ca1bf755d9
commit 4da35d1917
@@ -18,7 +18,7 @@ assert lib.elem allowPolkitPolicy [
stdenvNoCC.mkDerivation rec {
pname = "gnome-shell-extension-systemd-manager";
version = "17";
version = "18";
# Upstream doesn't post new versions in extensions.gnome.org anymore, see also:
# https://github.com/hardpixel/systemd-manager/issues/19
@@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec {
owner = "hardpixel";
repo = "systemd-manager";
rev = "v${version}";
hash = "sha256-3cKjjKXc7lLG7PB8+8ExTRmC23uPRONUI3eEx+jTUVA=";
hash = "sha256-V4vYv1nAjFjvkSYdOpcpt8h9L+g0ch4V2VZRVSbtSKE=";
};
nativeBuildInputs = [ glib ];