diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-10-28 07:01:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-28 07:01:37 -0500 |
| commit | dadad619cb6f70a7787d7552d78ff0afd745512c (patch) | |
| tree | 9783b9d40a8f7e2aac845d396b006d213bf663ca | |
| parent | Merge pull request #198233 from r-ryantm/auto-update/flow (diff) | |
| parent | flexget: 3.4.1 -> 3.4.2 (diff) | |
| download | nixpkgs-dadad619cb6f70a7787d7552d78ff0afd745512c.tar.gz | |
Merge pull request #198230 from r-ryantm/auto-update/flexget
flexget: 3.4.1 -> 3.4.2
| -rw-r--r-- | pkgs/applications/networking/flexget/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 8e1ae2528a65..a469287ed4d0 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -5,14 +5,14 @@ python3Packages.buildPythonApplication rec { pname = "flexget"; - version = "3.4.1"; + version = "3.4.2"; # Fetch from GitHub in order to use `requirements.in` src = fetchFromGitHub { owner = "flexget"; repo = "flexget"; rev = "refs/tags/v${version}"; - hash = "sha256-OfRbkMIqusfiHyBPnPnbOPwYo7lF5bg46MEM8V5nGq4="; + hash = "sha256-mq1xk27mIB1iiCphwMZRVqlIRwlYHihXSowQ9GAkR1U="; }; postPatch = '' |
