picom: fix version to match mainline v13

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 13:10:21 -08:00
parent 68d554d2b2
commit 0493a60f95

View File

@@ -171,6 +171,7 @@ in
# Using mainline picom with spring physics animation support # Using mainline picom with spring physics animation support
# Branch: spring-physics on colonelpanic8/picom # Branch: spring-physics on colonelpanic8/picom
picom = prev.picom.overrideAttrs (old: { picom = prev.picom.overrideAttrs (old: {
version = "13";
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
repo = "picom"; repo = "picom";
owner = "colonelpanic8"; owner = "colonelpanic8";