forked from mirrors/nixpkgs
Merge pull request #285736 from 999eagle/update/fedifetcher
fedifetcher: 7.0.1 -> 7.0.3
This commit is contained in:
commit
5071e8ca11
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "fedifetcher";
|
pname = "fedifetcher";
|
||||||
version = "7.0.1";
|
version = "7.0.3";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nanos";
|
owner = "nanos";
|
||||||
repo = "FediFetcher";
|
repo = "FediFetcher";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-/Au6a93na3meb2j0eR8UCCg+TVW/UqWz3/TkASB94Eg=";
|
hash = "sha256-ADf6ZVqO9v6GQbNWi3NDX5bNmFDX5LMJfM6ePEWwbrQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue