Merge pull request #284599 from gepbird/picom-11-1

picom: 11 -> 11.1
This commit is contained in:
Thiago Kenji Okada 2024-01-29 00:02:40 +00:00 committed by GitHub
commit 6c4a1e1db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};