Unverified Commit 0659bf8c authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

picom: 10.2 -> 11

parent c3e128f3
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@
, libxcb
, libxdg_basedir
, libXext
, libXinerama
, libxml2
, libxslt
, makeWrapper
, meson
, ninja
, pcre
, pcre2
, pixman
, pkg-config
, stdenv
, uthash
, xcbutil
, xcbutilimage
, xcbutilrenderutil
, xorgproto
@@ -32,13 +32,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "picom";
  version = "10.2";
  version = "11";

  src = fetchFromGitHub {
    owner = "yshui";
    repo = "picom";
    rev = "v${finalAttrs.version}";
    hash = "sha256-C+icJXTkE+XMaU7N6JupsP8xhmRVggX9hY1P7za0pO0=";
    hash = "sha256-KIblpEEW33ZxxTYuQ/lbUGEJcVdmSWdNOrVCvhOY/OU=";
    fetchSubmodules = true;
  };

@@ -63,11 +63,11 @@ stdenv.mkDerivation (finalAttrs: {
    libxcb
    libxdg_basedir
    libXext
    libXinerama
    libxml2
    libxslt
    pcre
    pcre2
    pixman
    xcbutil
    xcbutilimage
    xcbutilrenderutil
    xorgproto