qsv: 6.0.1 -> 7.1.0

This commit is contained in:
R. Ryantm
2025-09-09 07:35:18 +00:00
parent ef9cd0e498
commit 60c86fe75e
+3 -3
View File
@@ -11,7 +11,7 @@
let
pname = "qsv";
version = "6.0.1";
version = "7.1.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "dathere";
repo = "qsv";
rev = version;
hash = "sha256-lB/lWLTZ0sfs0COZ/BgnQ2xf0aQQJnKaN06aoPMfuQc=";
hash = "sha256-jo5hlNydHXNqSjYOC270fmIk7GOeFACIZ3aZEca1M28=";
};
cargoHash = "sha256-ZgGFUOqJ5WBDaO/V3X3fUFqnIykL68Rilpjc21DyhAc=";
cargoHash = "sha256-jfr5wrOLBhvkikjDAb0vMT/Zwc+aYrSWF5lIC7EGwME=";
buildInputs = [
file