mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ff2mpv-rust: 1.1.6 -> 1.1.7
This commit is contained in:
parent
b94166b8b6
commit
6bbf44d75b
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.6";
|
version = "1.1.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ryze312";
|
owner = "ryze312";
|
||||||
repo = "ff2mpv-rust";
|
repo = "ff2mpv-rust";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-3ZKVa1pRorzTM6jCXak/aTq9iyDGT7fWLOcCotLYlkc=";
|
hash = "sha256-kJpKcwwwGjFYE7R4ZhkEGK44QqxsUEB/Scj0RoySta4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-80NnJNTyMY6yPjZdkSW6qulR42+dxonMx1TBkMjnhXw=";
|
cargoHash = "sha256-O8OAynSdZdtqNS+wAQ1oAs2HjueC41O8RFqESRHr+6o=";
|
||||||
|
|
||||||
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