about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-10-30 22:30:58 -0500
committerGitHub <noreply@github.com>2021-10-30 22:30:58 -0500
commit3f326a86225d425641eda33a74dd454b11dc86c9 (patch)
tree1f20cfed13ed9c2e297cd6a74ef696d336d7352b /pkgs/applications/networking
parent2deb8d6e71da4faf2190fd8c90833f9ebe9f98cc (diff)
parenteab875b05748b68131a8920d91549574a337f297 (diff)
Merge pull request #143925 from r-ryantm/auto-update/flexget
flexget: 3.1.148 -> 3.1.149
Diffstat (limited to 'pkgs/applications/networking')
-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 cb2abecf82875..22fd08e3f4a87 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.148";
+  version = "3.1.149";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "v${version}";
-    sha256 = "0gf07qa1wsysvl0mckh2r3a40065rxhgszf4767jkbryz8z174bc";
+    sha256 = "1yrb8cfrc6y7gpfgzn0q6ldx9vk06qp229wjs4q8rccp72p6d6gg";
   };
 
   postPatch = ''