Commit ca2bf4d6 authored by R. RyanTM's avatar R. RyanTM
Browse files

video-downloader: 0.12.22 -> 0.12.24

parent 4ad50473
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

python3Packages.buildPythonApplication rec {
  pname = "video-downloader";
  version = "0.12.22";
  version = "0.12.24";
  pyproject = false; # Built with meson

  src = fetchFromGitHub {
    owner = "Unrud";
    repo = "video-downloader";
    tag = "v${version}";
    hash = "sha256-kCw+4ycJiLXvAKY6ct9zthVABf2yqDQVC2qg0Ie/zHk=";
    hash = "sha256-lgHAO4/dqwwp/PiIFHCBRfDNUw0GfomMvfaobakxFdA=";
  };

  propagatedBuildInputs = with python3Packages; [