Unverified Commit 17c1e9a8 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

video-downloader: 0.12.27 -> 0.12.28 (#451409)

parents 06044d17 406d2f18
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.27";
  version = "0.12.28";
  pyproject = false; # Built with meson

  src = fetchFromGitHub {
    owner = "Unrud";
    repo = "video-downloader";
    tag = "v${version}";
    hash = "sha256-OSu2I+c78We7C7OaPaqA09uilnIwQcNN1oNxL8v0kF0=";
    hash = "sha256-8BEKlg0k4vqgnbG737waKcEqWAnxeL+Vr6bD/1zFVdg=";
  };

  propagatedBuildInputs = with python3Packages; [