mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 14:17:44 +00:00
fedifetcher: 7.1.7 -> 7.1.12
Diff: https://github.com/nanos/FediFetcher/compare/refs/tags/v7.1.7...v7.1.12 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.1.12
This commit is contained in:
parent
d6b24c590f
commit
4f2836b69b
@ -2,14 +2,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "fedifetcher";
|
||||
version = "7.1.7";
|
||||
version = "7.1.12";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nanos";
|
||||
repo = "FediFetcher";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-1QLVhqyH0wb8om2pFJfmgJcYp9DTuT5KZpLy5InlRr8=";
|
||||
hash = "sha256-DWex4pZV9ZVR1bqYcOpTe74ZQCQCQQxjWrv0QgtRY40=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user