pixman: 0.43.2 -> 0.43.4

Changes: https://lists.freedesktop.org/archives/pixman/2024-February/005012.html
This commit is contained in:
Sergei Trofimovich 2024-03-01 12:35:25 +00:00
parent 44c70a3707
commit 0f0a1afe0a

View File

@ -21,14 +21,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pixman";
version = "0.43.2";
version = "0.43.4";
src = fetchurl {
urls = with finalAttrs; [
"mirror://xorg/individual/lib/${pname}-${version}.tar.gz"
"https://cairographics.org/releases/${pname}-${version}.tar.gz"
];
hash = "sha256-6nkpflQY+1KNBGbotbkdG+iIV/o3BvSXd7KSWnKumSQ=";
hash = "sha256-oGJNuQGAx923n8epFRCT3DfGRtjDjT8jL3Z89kuFoiY=";
};
separateDebugInfo = !stdenv.hostPlatform.isStatic;