summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-08 09:18:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-08 09:18:58 +0000
commitb5e07bd34ead5453f1efae3f035f3ab97be732a7 (patch)
treec3416fe4303ca9f1c4689ac64b2db22deec3df68 /pkgs/applications/networking/flexget/default.nix
parent473e97e434340625b7d93a5222ebddcf9ba9f36d (diff)
downloadnixpkgs-b5e07bd34ead5453f1efae3f035f3ab97be732a7.tar
nixpkgs-b5e07bd34ead5453f1efae3f035f3ab97be732a7.tar.gz
nixpkgs-b5e07bd34ead5453f1efae3f035f3ab97be732a7.tar.bz2
nixpkgs-b5e07bd34ead5453f1efae3f035f3ab97be732a7.tar.lz
nixpkgs-b5e07bd34ead5453f1efae3f035f3ab97be732a7.tar.xz
nixpkgs-b5e07bd34ead5453f1efae3f035f3ab97be732a7.tar.zst
nixpkgs-b5e07bd34ead5453f1efae3f035f3ab97be732a7.zip
flexget: 3.3.30 -> 3.3.31
Diffstat (limited to 'pkgs/applications/networking/flexget/default.nix')
-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 79ed104def0..cc3ab2c01ac 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.3.30";
+  version = "3.3.31";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-LwMbqweRtH0l+89pRns6VbQgWOy3j34i76IwYdOUW0M=";
+    hash = "sha256-JUeH62y2Y73N843ADvvK91PpHAwn1QApnz5Qusm64mI=";
   };
 
   postPatch = ''