pixman: 0.43.0 -> 0.43.2

This commit is contained in:
R. Ryantm 2024-01-30 16:00:24 +00:00
parent 0b8f8e0cd9
commit 0648d5b544

View File

@ -20,14 +20,14 @@
stdenv.mkDerivation rec {
pname = "pixman";
version = "0.43.0";
version = "0.43.2";
src = fetchurl {
urls = [
"mirror://xorg/individual/lib/${pname}-${version}.tar.gz"
"https://cairographics.org/releases/${pname}-${version}.tar.gz"
];
hash = "sha256-plwoIJhY+xa+5Q2AnID5Co5BXA5P2DIQeKGCJ4WlVgo=";
hash = "sha256-6nkpflQY+1KNBGbotbkdG+iIV/o3BvSXd7KSWnKumSQ=";
};
separateDebugInfo = !stdenv.hostPlatform.isStatic;