summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-01-21 00:29:57 -0500
committerGitHub <noreply@github.com>2023-01-21 00:29:57 -0500
commitc6916a133804b20cc5f118790c77727074b54eaf (patch)
tree1131aa7c03c9723966d2dd60ca574789a8d28e2b /pkgs
parentcf6795e458c2935be657916528d6f74593455c19 (diff)
parent30e35ce15578163f7bac26c2221a66edf8e956e5 (diff)
downloadnixpkgs-c6916a133804b20cc5f118790c77727074b54eaf.tar
nixpkgs-c6916a133804b20cc5f118790c77727074b54eaf.tar.gz
nixpkgs-c6916a133804b20cc5f118790c77727074b54eaf.tar.bz2
nixpkgs-c6916a133804b20cc5f118790c77727074b54eaf.tar.lz
nixpkgs-c6916a133804b20cc5f118790c77727074b54eaf.tar.xz
nixpkgs-c6916a133804b20cc5f118790c77727074b54eaf.tar.zst
nixpkgs-c6916a133804b20cc5f118790c77727074b54eaf.zip
Merge pull request #211806 from r-ryantm/auto-update/flexget
flexget: 3.5.17 -> 3.5.18
Diffstat (limited to 'pkgs')
-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 6a8bed0c92b..5aadf802e43 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -5,7 +5,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.5.17";
+  version = "3.5.18";
   format = "pyproject";
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-7r/3rB0TI/sRTi69+tx24dGjETBhX0KS1Arhg8aeoCk=";
+    hash = "sha256-gMOpKXLUihiNcpHF6045D1ZcYwTgyjaVIFpDRCln5rI=";
   };
 
   postPatch = ''