picom: 11 -> 11.1

This commit is contained in:
Gutyina Gergő 2024-01-28 20:09:55 +01:00
parent 612f97239e
commit 70e500d09e
No known key found for this signature in database

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "picom";
version = "11";
version = "11.1";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "v${finalAttrs.version}";
hash = "sha256-KIblpEEW33ZxxTYuQ/lbUGEJcVdmSWdNOrVCvhOY/OU=";
hash = "sha256-vdR3HzBZxtth3zJD3vMSlrnBTbopidw7FGKOk69S0R0=";
fetchSubmodules = true;
};