fedifetcher: 7.0.5 -> 7.1.1
Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.1.1 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.1.0 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.0.8 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.0.7 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.0.6
This commit is contained in:
parent
44f79e5bf0
commit
1b9d6db569
@ -2,14 +2,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "fedifetcher";
|
||||
version = "7.0.5";
|
||||
version = "7.1.1";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nanos";
|
||||
repo = "FediFetcher";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-60TYgvAvdNI9vVK9gy4n2aYukWCp3UP+8FTywKb07bI=";
|
||||
hash = "sha256-HMpLn73PTk3kwlNof4EZhRHRlHUEfzJt5raYaEqWrjI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user