fedifetcher: 7.1.4 -> 7.1.5
Diff: https://github.com/nanos/FediFetcher/compare/refs/tags/v7.1.4...v7.1.5
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "fedifetcher";
|
pname = "fedifetcher";
|
||||||
version = "7.1.4";
|
version = "7.1.5";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nanos";
|
owner = "nanos";
|
||||||
repo = "FediFetcher";
|
repo = "FediFetcher";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-/iAmX2kBYJgtsz7b817UqLXkwVwXi7EY4KL0ZYxXYBw=";
|
hash = "sha256-dOo4QQCEGm7nZCC4k1M66wERrw+hKduvEJZIm1pEFqk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user