Unverified Commit 5f44cfa8 authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

ani-cli: 4.8 -> 4.9 (#337503)

parents 9de34b26 e6730d69
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.8";
  version = "4.9";

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

  nativeBuildInputs = [ makeWrapper ];