overrides: pin schilcichat-desktop to stable

This commit is contained in:
Infinidoge 2024-01-05 00:05:24 -05:00
parent e3a0d737ff
commit 54b505b320
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -22,7 +22,7 @@ in
inherit (stable)
;
schildichat-desktop = prev.schildichat-desktop.override { electron = final.electron_25; };
schildichat-desktop = stable.schildichat-desktop.override { electron = final.electron_26; };
python3 = prev.python3.override {
packageOverrides = pythonFinal: pythonPrev: {