ibusMinimal: 1.5.32 -> 1.5.33

This commit is contained in:
R. Ryantm
2025-11-12 19:56:06 +00:00
parent 61630d4ab5
commit 44ccacb641
+2 -2
View File
@@ -67,13 +67,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "ibus";
version = "1.5.32";
version = "1.5.33";
src = fetchFromGitHub {
owner = "ibus";
repo = "ibus";
tag = finalAttrs.version;
hash = "sha256-Rp2Aw2C2LXMBp8++pnZtPHiPoFDERpkDsKd0E//twuY=";
hash = "sha256-cpNZI6KbL9zUJHw1szpWl4lOEAvlBdd+FA6xGh1sYYY=";
};
patches = [