mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
video-downloader: 0.12.25 -> 0.12.26
This commit is contained in:
parent
34fc0d11eb
commit
8330ad4188
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "video-downloader";
|
pname = "video-downloader";
|
||||||
version = "0.12.25";
|
version = "0.12.26";
|
||||||
pyproject = false; # Built with meson
|
pyproject = false; # Built with meson
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Unrud";
|
owner = "Unrud";
|
||||||
repo = "video-downloader";
|
repo = "video-downloader";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-1riIOYXtiC06n2M/eFjsydqrkCvBtrGkHKEJWiTJ8/8=";
|
hash = "sha256-DwnWKqg4ggtE1GSLtjIYFAIupmY0uQ3wCqgvsYerw0g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue