Unverified Commit 0086b68f authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

twitch-tui: 2.6.18 -> 2.6.19 (#398440)

parents dd68a633 7dfb57cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@

rustPlatform.buildRustPackage rec {
  pname = "twitch-tui";
  version = "2.6.18";
  version = "2.6.19";

  src = fetchFromGitHub {
    owner = "Xithrius";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-uo9QEwSRIJKjWza8dEQXDCMQ/ydKBk/BX2TaVhX+k1M=";
    hash = "sha256-hA66YcxbQem9ymOu3tGA4biKUCoJ2jKnUSK+9+0P2Eg=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-H/MAbN7wCg74bNWt5xlNaukvGJLYyzuynYtIqxBOcbo=";
  cargoHash = "sha256-DMUE3sTJEz2AxUctnjm0CkvOqMeAw5urLPZkkHvf9A8=";

  nativeBuildInputs = [
    pkg-config