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

Xfce updates 2026-03-27 (#504143)

parents 21b9d1e4 ace5cea3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "orage";
  version = "4.20.2";
  version = "4.20.3";

  src = fetchFromGitLab {
    domain = "gitlab.xfce.org";
    owner = "apps";
    repo = "orage";
    tag = "orage-${finalAttrs.version}";
    hash = "sha256-iV4eVYmOXfEpq5cnHeCXRvx0Ms0Dis3EIwbcSakGLXs=";
    hash = "sha256-0C0vuWvYSBMfyHTQBvfx/Olvg1SjEs9vuT8EOE8Ng70=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xfdesktop";
  version = "4.20.1";
  version = "4.20.2";

  src = fetchFromGitLab {
    domain = "gitlab.xfce.org";
    owner = "xfce";
    repo = "xfdesktop";
    tag = "xfdesktop-${finalAttrs.version}";
    hash = "sha256-QBzsHXEdTGj8PlgB+L/TJjxAVksKqf+9KrRN3YaBf44=";
    hash = "sha256-LOsfRB4QVb/r2+uHJf4KvRP9akihbhXq82uSp8I7zlI=";
  };

  nativeBuildInputs = [