lol

harfbuzz: 10.2.0 -> 11.2.1 (#399662)

authored by

Wolfgang Walther and committed by
GitHub
2c81df19 c39feae8

+2 -2
+2 -2
pkgs/by-name/ha/harfbuzz/package.nix
··· 34 34 35 35 stdenv.mkDerivation (finalAttrs: { 36 36 pname = "harfbuzz${lib.optionalString withIcu "-icu"}"; 37 - version = "10.2.0"; 37 + version = "11.2.1"; 38 38 39 39 src = fetchurl { 40 40 url = "https://github.com/harfbuzz/harfbuzz/releases/download/${finalAttrs.version}/harfbuzz-${finalAttrs.version}.tar.xz"; 41 - hash = "sha256-Yg40aPrsLqhoXTLEalhGm4UO9jBAs1Zc3gWVmCW0gic="; 41 + hash = "sha256-CTcUyFSKKFCUaF8L3JmeIC1ma1nus98v+SGraLgzakk="; 42 42 }; 43 43 44 44 postPatch =