summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-15 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-10-15 04:20:00 +0000
commit37ea0489211cc6c5e4fa95adef29e05e13a50a3a (patch)
tree43e6ba004bf63b74f38fe4867fdec1ee7152f449
parent109142f96320d06580273a41fbc325ca813f48a1 (diff)
downloadnixpkgs-37ea0489211cc6c5e4fa95adef29e05e13a50a3a.tar
nixpkgs-37ea0489211cc6c5e4fa95adef29e05e13a50a3a.tar.gz
nixpkgs-37ea0489211cc6c5e4fa95adef29e05e13a50a3a.tar.bz2
nixpkgs-37ea0489211cc6c5e4fa95adef29e05e13a50a3a.tar.lz
nixpkgs-37ea0489211cc6c5e4fa95adef29e05e13a50a3a.tar.xz
nixpkgs-37ea0489211cc6c5e4fa95adef29e05e13a50a3a.tar.zst
nixpkgs-37ea0489211cc6c5e4fa95adef29e05e13a50a3a.zip
flexget: 3.9.11 -> 3.9.13
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.11...v3.9.13

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.9.13
-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 80772c26ecc..743d73f7ce7 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -23,7 +23,7 @@ let
 in
 python.pkgs.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.9.11";
+  version = "3.9.13";
   format = "pyproject";
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -31,7 +31,7 @@ python.pkgs.buildPythonApplication rec {
     owner = "Flexget";
     repo = "Flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-0ONjRIMSfHKvaO05hhurfnS/waNNRZEVq7BodeV00kU=";
+    hash = "sha256-7qHJqxKGHgj/Th513EfFbk5CLEAX24AtWJF2uS1dRLs=";
   };
 
   postPatch = ''