yutto: 2.0.1 -> 2.0.2 (#390173)

This commit is contained in:
Nick Cao
2025-03-16 12:02:15 -04:00
committed by GitHub
+3 -8
View File
@@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec {
pname = "yutto";
version = "2.0.1";
version = "2.0.2";
pyproject = true;
pythonRelaxDeps = true;
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
owner = "yutto-dev";
repo = "yutto";
tag = "v${version}";
hash = "sha256-ejNVQYG56dOIYLipdi/m9ELwaP0qPqYL5gg09uU/JZY=";
hash = "sha256-msq74sGnUHkaf+e6SFYAtu9nzcXnr+PU21g2O7uR5M0=";
};
build-system = with python3Packages; [ hatchling ];
@@ -41,12 +41,7 @@ python3Packages.buildPythonApplication rec {
pythonImportsCheck = [ "yutto" ];
passthru.updateScript = nix-update-script {
extraArgs = [
"--version"
"unstable"
];
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Bilibili downloader";