Unverified Commit 72275858 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #330429 from r-ryantm/auto-update/gnomeExtensions.systemd-manager

gnomeExtensions.systemd-manager: 16 -> 17
parents c79442c7 6fdd3e82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ assert lib.elem allowPolkitPolicy [

stdenvNoCC.mkDerivation rec {
  pname = "gnome-shell-extension-systemd-manager";
  version = "16";
  version = "17";

  # 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-JecSIRj582jJWdrCQYBWFRkIhosxRhD3BxSAy8/0nVw=";
    hash = "sha256-3cKjjKXc7lLG7PB8+8ExTRmC23uPRONUI3eEx+jTUVA=";
  };

  nativeBuildInputs = [ glib ];