mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
qsv: 14.0.0 -> 16.1.0
This commit is contained in:
parent
d87c566258
commit
a37c6b3414
1 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
withUi ? true,
|
||||
buildFeatures ?
|
||||
# enable all features except self_update by default
|
||||
# https://github.com/dathere/qsv/blob/14.0.0/Cargo.toml#L370
|
||||
# https://github.com/dathere/qsv/blob/16.1.0/Cargo.toml#L370
|
||||
[
|
||||
"apply"
|
||||
"feature_capable"
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "qsv";
|
||||
version = "14.0.0";
|
||||
version = "16.1.0";
|
||||
|
||||
inherit buildFeatures;
|
||||
|
||||
|
|
@ -41,10 +41,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
owner = "dathere";
|
||||
repo = "qsv";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-Y/rCNG74R9EZMp+vLdGr+62HRM5Y4LpXq2C9S7gZ3fM=";
|
||||
hash = "sha256-7v4I5UufODXgEBeM5+s6zBBPRlrihHrfCYOPjrny53I=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-5Q3Eim6Yk0a+0Pq0JHHQw/X9Zl4TNml2OjoCRwjd5Lw=";
|
||||
cargoHash = "sha256-wD5LjdHhCVltHYWij+/b8j9ER4OnwecVlc/2nGjvClE=";
|
||||
|
||||
buildInputs = [
|
||||
file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue