ff2mpv-rust: 1.1.6 -> 1.1.7 (#412798)

This commit is contained in:
Nick Cao 2025-06-01 10:03:48 -04:00 committed by GitHub
commit 7bcbc50f2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,17 +24,17 @@ in
rustPlatform.buildRustPackage rec {
pname = "ff2mpv-rust";
version = "1.1.6";
version = "1.1.7";
src = fetchFromGitHub {
owner = "ryze312";
repo = "ff2mpv-rust";
rev = version;
hash = "sha256-3ZKVa1pRorzTM6jCXak/aTq9iyDGT7fWLOcCotLYlkc=";
hash = "sha256-kJpKcwwwGjFYE7R4ZhkEGK44QqxsUEB/Scj0RoySta4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-80NnJNTyMY6yPjZdkSW6qulR42+dxonMx1TBkMjnhXw=";
cargoHash = "sha256-O8OAynSdZdtqNS+wAQ1oAs2HjueC41O8RFqESRHr+6o=";
postInstall = ''
$out/bin/ff2mpv-rust manifest > manifest.json