Unverified Commit d351e2ca authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Xfce updates 2026-03-03 (#496192)

parents 422f1274 f6f7c3e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -224,6 +224,7 @@ in
    services.accounts-daemon.enable = true;
    services.upower.enable = config.powerManagement.enable;
    services.gnome.glib-networking.enable = true;
    services.gnome.gnome-keyring.enable = mkDefault true;
    services.gvfs.enable = true;
    services.tumbler.enable = true;
    services.system-config-printer.enable = (mkIf config.services.printing.enable (mkDefault true));
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mousepad";
  version = "0.6.5";
  version = "0.7.0";

  src = fetchFromGitLab {
    domain = "gitlab.xfce.org";
    owner = "apps";
    repo = "mousepad";
    tag = "mousepad-${finalAttrs.version}";
    hash = "sha256-5ywpQY4KUnjFCLSAXQo3huzZf94YHK9SLmkkNtfx4Ho=";
    hash = "sha256-zoPzMqXfY3ir8MOYXTr+ZNmxISdMgKQEWwIgsVD9oMw=";
  };

  strictDeps = true;
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-docklike-plugin";
  version = "0.5.0";
  version = "0.5.1";

  src = fetchFromGitLab {
    domain = "gitlab.xfce.org";
    owner = "panel-plugins";
    repo = "xfce4-docklike-plugin";
    tag = "xfce4-docklike-plugin-${finalAttrs.version}";
    hash = "sha256-1R9qQKqn/CIV36GYmyg54t3xiY23qUs5EMLxvAIavK8=";
    hash = "sha256-p4uRdxwV8cfRPQ3eGfa4/Wt3Im7hgze3UvK9a7pW94o=";
  };

  strictDeps = true;
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-panel";
  version = "4.20.6";
  version = "4.20.7";

  outputs = [
    "out"
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "xfce";
    repo = "xfce4-panel";
    tag = "xfce4-panel-${finalAttrs.version}";
    hash = "sha256-yfiF+ciuRNJzBt3n1rH2ywA1vNGYRVHu2ojf/EIGwyg=";
    hash = "sha256-tL32ymLhV1QK84223iEgGrKdZXm5/nB3MumDyDIrSHQ=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -35,14 +35,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-screensaver";
  version = "4.20.1";
  version = "4.20.2";

  src = fetchFromGitLab {
    domain = "gitlab.xfce.org";
    owner = "apps";
    repo = "xfce4-screensaver";
    tag = "xfce4-screensaver-${finalAttrs.version}";
    hash = "sha256-FdO6fZTKBPjncjBBe2rK5DSfVLHTRFpo9NtgZ5nFgRU=";
    hash = "sha256-zNA43ZrREZB5D0fNa+mmvtA9tDPxIMVpQsHzx/r+hzk=";
  };

  strictDeps = true;
Loading