mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
ff2mpv-rust: 1.1.5 -> 1.1.6 (#393576)
Co-authored-by: ryze312 <ryze312@users.noreply.github.com>
This commit is contained in:
commit
b841c624fd
1 changed files with 3 additions and 3 deletions
|
@ -24,17 +24,17 @@ in
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ff2mpv-rust";
|
pname = "ff2mpv-rust";
|
||||||
version = "1.1.5";
|
version = "1.1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ryze312";
|
owner = "ryze312";
|
||||||
repo = "ff2mpv-rust";
|
repo = "ff2mpv-rust";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-hAhHfNiHzrzACrijpVkzpXqrqGYKI3HIJZtUuTrRIcQ=";
|
hash = "sha256-3ZKVa1pRorzTM6jCXak/aTq9iyDGT7fWLOcCotLYlkc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-/OvkUyknboMaUVj1N1lTq1jx6b+MK7aFeEbaHnoP6Xg=";
|
cargoHash = "sha256-80NnJNTyMY6yPjZdkSW6qulR42+dxonMx1TBkMjnhXw=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
$out/bin/ff2mpv-rust manifest > manifest.json
|
$out/bin/ff2mpv-rust manifest > manifest.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue