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

Merge pull request #232788 from r-ryantm/auto-update/ani-cli

ani-cli: 4.2 -> 4.3
parents 54ec4015 6d5d0453
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "ani-cli";
  version = "4.2";
  version = "4.3";

  src = fetchFromGitHub {
    owner = "pystardust";
    repo = "ani-cli";
    rev = "v${version}";
    hash = "sha256-XXD55sxgKg8qSdXV7mbnSCQJ4fNgWFG5IiR1QTjDkHI=";
    hash = "sha256-Wo3ydCylrqfmB4EgYsmc7BfXLPD1BxdDFGY4KeUfGfE=";
  };

  nativeBuildInputs = [ makeWrapper ];