Unverified Commit 82d82c9c authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

video-downloader: 0.12.20 -> 0.12.21 (#368478)

parents c54333a6 ffdef4e5
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.20";
  version = "0.12.21";
  pyproject = false; # Built with meson

  src = fetchFromGitHub {
    owner = "Unrud";
    repo = "video-downloader";
    tag = "v${version}";
    hash = "sha256-UaSEcqD4hYRacQfLHgkXgO+/lIV5GxMX9NDOTLhTw+o=";
    hash = "sha256-rlhb2FaNkUivrN08kERXyoEzRIMdByr5foiQJ80OlT8=";
  };

  propagatedBuildInputs = with python3Packages; [