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