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-09-10 11:41:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-10 11:41:41 +0000
commit3afff7f75c0d640c4ee73f72c335dbdd86298a3a (patch)
tree83b6faacf81c39d406a0a059a562731a4257d9a2 /pkgs/applications/networking/flexget/default.nix
parent34fde40edd9bf8a8f071cfbfd05965921b16bf66 (diff)
downloadnixpkgs-3afff7f75c0d640c4ee73f72c335dbdd86298a3a.tar
nixpkgs-3afff7f75c0d640c4ee73f72c335dbdd86298a3a.tar.gz
nixpkgs-3afff7f75c0d640c4ee73f72c335dbdd86298a3a.tar.bz2
nixpkgs-3afff7f75c0d640c4ee73f72c335dbdd86298a3a.tar.lz
nixpkgs-3afff7f75c0d640c4ee73f72c335dbdd86298a3a.tar.xz
nixpkgs-3afff7f75c0d640c4ee73f72c335dbdd86298a3a.tar.zst
nixpkgs-3afff7f75c0d640c4ee73f72c335dbdd86298a3a.zip
flexget: 3.3.25 -> 3.3.26
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 030836b1b0c..13b326b0678 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.25";
+  version = "3.3.26";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-kfpri6AFNb9GcAIDVhFV1uSDSNNSopReWRKuvWifcTU=";
+    hash = "sha256-5THgUOQv9gPUh9emWiBs/tSNsOX4ZVh+jvKEpWsy05w=";
   };
 
   postPatch = ''