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-11-14 01:25:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-14 01:25:23 +0000
commit1e6719a7e74584bb00199d1c1148c8ebdac328f7 (patch)
tree30356b1784b5a0fcf135982272e1d464c16b73ba /pkgs/applications/networking/flexget
parenta6b0f5af471e2386f289be9690ecb303720b97cb (diff)
flexget: 3.1.150 -> 3.1.152
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 c4f54a756b76e..fb4570f20642a 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.150";
+  version = "3.1.152";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "v${version}";
-    sha256 = "sha256-tSA1pDGzIX2uIEWM0xV53jj1vBcJFMNCRakczs7Hue4=";
+    sha256 = "0xm6aib22frq8bq0ihjgihiw8dj6ymjxszklbz59yrz5rgzlaw81";
   };
 
   postPatch = ''