Unverified Commit cd12d7f8 authored by Ryze312's avatar Ryze312
Browse files

ff2mpv-rust: 1.1.2 -> 1.1.3

parent 301425c6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"

[[package]]
name = "ff2mpv-rust"
version = "1.1.2"
version = "1.1.3"
dependencies = [
 "serde",
 "serde_json",
@@ -96,9 +96,9 @@ dependencies = [

[[package]]
name = "syn"
version = "2.0.48"
version = "2.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
checksum = "915aea9e586f80826ee59f8453c1101f9d1c4b3964cd2460185ee8e299ada496"
dependencies = [
 "proc-macro2",
 "quote",
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@ in

rustPlatform.buildRustPackage rec {
  pname = "ff2mpv-rust";
  version = "1.1.2";
  version = "1.1.3";

  src = fetchFromGitHub {
    owner = "ryze312";
    repo = "ff2mpv-rust";
    rev = version;
    hash = "sha256-+snuKd6onuoDS8rY7zvRw1WKslcsDSoaIVppcvaMnK0=";
    hash = "sha256-gk3MqoMCau6RTlttTLqFtlXhrYMOf89YFg8aAlh++9s=";
  };

  cargoLock = {