qsv: 4.0.0 -> 5.1.0 (#418579)

This commit is contained in:
Aleksana
2025-06-27 12:46:24 +08:00
committed by GitHub
+3 -3
View File
@@ -11,7 +11,7 @@
let
pname = "qsv";
version = "4.0.0";
version = "5.1.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -20,11 +20,11 @@ rustPlatform.buildRustPackage {
owner = "dathere";
repo = "qsv";
rev = version;
hash = "sha256-rMqDn2Dw64xxAVE3ZslKzpyNfgRMrLIALHjVtcq0vqU=";
hash = "sha256-AQ7vpxrGa0CtFvKzT2iHmeoafpaWOVLqEL9eO3QeBEM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/hkFIM7grcyMYNdM5UP2Mx+hBuw7zk8R2KbUYp2UkTg=";
cargoHash = "sha256-Kmcl7ifAFf7dJ3LESdH1xm7M3Wl/wMKUjN2ZcLkvUHE=";
buildInputs = [
file