Commit 5087f572 authored by R. RyanTM's avatar R. RyanTM
Browse files

ff2mpv-rust: 1.1.5 -> 1.1.6

parent 85547aa0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,17 +24,17 @@ in

rustPlatform.buildRustPackage rec {
  pname = "ff2mpv-rust";
  version = "1.1.5";
  version = "1.1.6";

  src = fetchFromGitHub {
    owner = "ryze312";
    repo = "ff2mpv-rust";
    rev = version;
    hash = "sha256-hAhHfNiHzrzACrijpVkzpXqrqGYKI3HIJZtUuTrRIcQ=";
    hash = "sha256-3ZKVa1pRorzTM6jCXak/aTq9iyDGT7fWLOcCotLYlkc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-/OvkUyknboMaUVj1N1lTq1jx6b+MK7aFeEbaHnoP6Xg=";
  cargoHash = "sha256-80NnJNTyMY6yPjZdkSW6qulR42+dxonMx1TBkMjnhXw=";

  postInstall = ''
    $out/bin/ff2mpv-rust manifest > manifest.json