Unverified Commit 41facdab authored by Todd Brown's avatar Todd Brown Committed by GitHub
Browse files

intel-media-driver: 23.4.3 -> 24.2.1 (#306060)

parent 170f8fc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

stdenv.mkDerivation rec {
  pname = "intel-media-driver";
  version = "23.4.3";
  version = "24.2.1";

  outputs = [ "out" "dev" ];

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
    owner = "intel";
    repo = "media-driver";
    rev = "intel-media-${version}";
    hash = "sha256-KVdnCl+jModdDNBtssTnVnq82ZbWovHlaMZ/9/xU8mU=";
    hash = "sha256-75NNxcWQUx0Qs7TWZMxu1TMm22/wCsmQPZXKGKFHEh0=";
  };

  patches = [