Unverified Commit 99959b25 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #287006 from mrfluffy-dev/patch-2

ani-cli: 4.7 -> 4.8
parents ed0bc642 0ef61a4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ assert withMpv || withVlc || withIina;

stdenvNoCC.mkDerivation rec {
  pname = "ani-cli";
  version = "4.7";
  version = "4.8";

  src = fetchFromGitHub {
    owner = "pystardust";
    repo = "ani-cli";
    rev = "v${version}";
    hash = "sha256-Ll4bHKrDZukoQX35iiMI6rMSgiTC6wp7fHUnOMPagOA=";
    hash = "sha256-vntCiWaONndjU622c1BoCoASQxQf/i7yO0x+70OxzPU=";
  };

  nativeBuildInputs = [ makeWrapper ];