Unverified Commit 41a25f2a authored by Yt's avatar Yt Committed by GitHub
Browse files

qsv: 2.2.1 -> 4.0.0 (#404672)

parents d65f75e6 ff43554b
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
  pkg-config,
  rustPlatform,
  sqlite,
  stdenv,
  zstd,
  cmake,
}:

let
  pname = "qsv";
  version = "2.2.1";
  version = "4.0.0";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -20,11 +20,11 @@ rustPlatform.buildRustPackage {
    owner = "dathere";
    repo = "qsv";
    rev = version;
    hash = "sha256-LE3iQCZb3FKSsrb8/E5awjh26wGv9FlXw63+rNyzIIk=";
    hash = "sha256-rMqDn2Dw64xxAVE3ZslKzpyNfgRMrLIALHjVtcq0vqU=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Nse3IrhXKdEJ3BMWq8LEdd6EvhSEtzx1RbHQT9AoEb8=";
  cargoHash = "sha256-/hkFIM7grcyMYNdM5UP2Mx+hBuw7zk8R2KbUYp2UkTg=";

  buildInputs = [
    file
@@ -35,6 +35,7 @@ rustPlatform.buildRustPackage {
  nativeBuildInputs = [
    pkg-config
    rustPlatform.bindgenHook
    cmake
  ];

  buildFeatures = [