Unverified Commit 6d393d66 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #247584 from r-ryantm/auto-update/twitch-tui

twitch-tui: 2.4.0 -> 2.4.1
parents b59150e9 e25bd6ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "twitch-tui";
  version = "2.4.0";
  version = "2.4.1";

  src = fetchFromGitHub {
    owner = "Xithrius";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-giD26vFR+KRcPwNlZD23Km9AYS5iYUlBfhIiMpScIiE=";
    hash = "sha256-+dKS9lp5M8vh0V4VGyWAozozdsyCPpCZR4CQK5s51Ds=";
  };

  cargoHash = "sha256-wUw11toTHtm/opa8TBIcbPK/pjOZZCUieeIXCdn4oto=";
  cargoHash = "sha256-CzrOsLUTfZ2uEIj/AHFmdfZniwlQ6fIkL2pbBHF8YkU=";

  nativeBuildInputs = [
    pkg-config