3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #288629 from gepbird/picom-11-2

picom: 11.1 -> 11.2
This commit is contained in:
Thiago Kenji Okada 2024-02-13 19:27:05 +00:00 committed by GitHub
commit 963f0be6f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@
, libdrm
, libev
, libGL
, libepoxy
, libX11
, libxcb
, libxdg_basedir
@ -32,13 +33,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "picom";
version = "11.1";
version = "11.2";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "v${finalAttrs.version}";
hash = "sha256-vdR3HzBZxtth3zJD3vMSlrnBTbopidw7FGKOk69S0R0=";
hash = "sha256-7ohtI890CutwprPEY5njqWou0fD6T9eu51EBSQ2/lWs=";
fetchSubmodules = true;
};
@ -59,6 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
libdrm
libev
libGL
libepoxy
libX11
libxcb
libxdg_basedir