qsv: 5.1.0 -> 6.0.1 (#426768)

Co-authored-by: detroyejr <detroyejr@outlook.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-25 16:46:27 +00:00 committed by GitHub
commit 088e4e0aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
let
pname = "qsv";
version = "5.1.0";
version = "6.0.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -20,11 +20,11 @@ rustPlatform.buildRustPackage {
owner = "dathere";
repo = "qsv";
rev = version;
hash = "sha256-AQ7vpxrGa0CtFvKzT2iHmeoafpaWOVLqEL9eO3QeBEM=";
hash = "sha256-lB/lWLTZ0sfs0COZ/BgnQ2xf0aQQJnKaN06aoPMfuQc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Kmcl7ifAFf7dJ3LESdH1xm7M3Wl/wMKUjN2ZcLkvUHE=";
cargoHash = "sha256-ZgGFUOqJ5WBDaO/V3X3fUFqnIykL68Rilpjc21DyhAc=";
buildInputs = [
file