about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-10-15 00:21:26 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-10-15 00:21:26 +0000
commit7529664ff5ac0aca7036fbf7857e65545a89ea3c (patch)
treef5a9447e48c67ca7c8cbef1ac4e33e5547c561a3 /pkgs/applications/networking/flexget
parent2ae14350dd34a0795ec418a03c076ad6205c0962 (diff)
flexget: 3.1.137 -> 3.1.138
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 8b81d11343534..32413346310f2 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -2,14 +2,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.1.137";
+  version = "3.1.138";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "v${version}";
-    sha256 = "15zl97laijn42rhh524rfb3h1rky461hwfnlny2maa3h61889xrv";
+    sha256 = "0xjcvq7c6rrgqw8cfcfl7af122lm428cqz3v6ssxi595qxq1rg44";
   };
 
   postPatch = ''