Unverified Commit 50cd22a1 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

xorg.libXvMC: 1.0.14 -> 1.0.15 (#484009)

parents dad6f49e df7dfabe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;