Unverified Commit 57e7fc64 authored by Vladislav Grechannik's avatar Vladislav Grechannik
Browse files

python313Packages.bgutil-ytdlp-pot-provider: 1.2.2 -> 1.3.0

parent 183feaed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "bgutil-ytdlp-pot-provider";
  version = "1.2.2";
  version = "1.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Brainicism";
    repo = "bgutil-ytdlp-pot-provider";
    tag = version;
    hash = "sha256-KKImGxFGjClM2wAk/L8nwauOkM/gEwRVMZhTP62ETqY=";
    hash = "sha256-WPLNjfVYDbPsEMVhjuF3dVarahdIKT7pt518SePfB8A=";
  };

  sourceRoot = "${src.name}/plugin";