···78python3.pkgs.buildPythonApplication rec {
9 pname = "you-get";
10- version = "0.4.1612";
1112 # Tests aren't packaged, but they all hit the real network so
13 # probably aren't suitable for a build environment anyway.
···1516 src = python3.pkgs.fetchPypi {
17 inherit pname version;
18- sha256 = "sha256-lKEztwwn1pnALuwDiA1Ik9+XCVyO+UMobv+hXu0mn5w=";
19 };
2021 patches = [
···39 meta = with lib; {
40 description = "A tiny command line utility to download media contents from the web";
41 homepage = "https://you-get.org";
042 license = licenses.mit;
43 maintainers = with maintainers; [ ryneeverett ];
44 };
···78python3.pkgs.buildPythonApplication rec {
9 pname = "you-get";
10+ version = "0.4.1620";
1112 # Tests aren't packaged, but they all hit the real network so
13 # probably aren't suitable for a build environment anyway.
···1516 src = python3.pkgs.fetchPypi {
17 inherit pname version;
18+ sha256 = "sha256-wCDaT9Nz1ZiSsqFwX1PXHq6QF6fjLRI9wwvvWxcmYOY=";
19 };
2021 patches = [
···39 meta = with lib; {
40 description = "A tiny command line utility to download media contents from the web";
41 homepage = "https://you-get.org";
42+ changelog = "https://github.com/soimort/you-get/raw/v${version}/CHANGELOG.rst";
43 license = licenses.mit;
44 maintainers = with maintainers; [ ryneeverett ];
45 };