xorg.libXvMC: 1.0.14 -> 1.0.15

This commit is contained in:
R. Ryantm
2026-01-26 12:40:54 +00:00
parent c2070b5fd6
commit df7dfabe76
+2 -2
View File
@@ -12,7 +12,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libxvmc";
version = "1.0.14";
version = "1.0.15";
outputs = [
"out"
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://xorg/individual/lib/libXvMC-${finalAttrs.version}.tar.xz";
hash = "sha256-5L6etra6/bv4H0f3FjBHIVN25F4tx4bQ6mGByTByXtk=";
hash = "sha256-T1GK/ePX/UNTRq97No0vc1F/PV+CZHyWLK8/e7j/cHg=";
};
strictDeps = true;