Unverified Commit 34f367cb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

luminous-ttv: 0.5.8 -> 0.5.11 (#460599)

parents bffbd623 cc23c511
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "luminous-ttv";
  version = "0.5.8";
  version = "0.5.11";

  src = fetchFromGitHub {
    owner = "AlyoshaVasilieva";
    repo = "luminous-ttv";
    rev = "v${version}";
    hash = "sha256-pT+hiREKdzw9MKv28QpLK6LmHvnRci26f0DlcXns2rA=";
    hash = "sha256-DlKoRP9ibJMrpX8YBWThYZdaVGCUsV4D+Gqme0J0cFg=";
  };

  cargoHash = "sha256-A5fUATbOuwSt0n1KV/+bbd65mDwWhllGraf2RrBTK6s=";
  cargoHash = "sha256-I3oZiAxhsFCxOTztegK6jjH/sJ4eJZNNFAoJfg/DALw=";

  meta = {
    description = "Rust server to retrieve and relay a playlist for Twitch livestreams/VODs";