summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-08 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-08 04:20:00 +0000
commite96e4c1d6b61aa4474a15ade7ccb75b822a7fef7 (patch)
tree8aed334abfb001439138c46668aed404e7ce6a3f
parente009fad56f56b517f51768e2f3eec5c66d507d52 (diff)
downloadnixpkgs-e96e4c1d6b61aa4474a15ade7ccb75b822a7fef7.tar
nixpkgs-e96e4c1d6b61aa4474a15ade7ccb75b822a7fef7.tar.gz
nixpkgs-e96e4c1d6b61aa4474a15ade7ccb75b822a7fef7.tar.bz2
nixpkgs-e96e4c1d6b61aa4474a15ade7ccb75b822a7fef7.tar.lz
nixpkgs-e96e4c1d6b61aa4474a15ade7ccb75b822a7fef7.tar.xz
nixpkgs-e96e4c1d6b61aa4474a15ade7ccb75b822a7fef7.tar.zst
nixpkgs-e96e4c1d6b61aa4474a15ade7ccb75b822a7fef7.zip
flexget: 3.9.5 -> 3.9.7
Diff: https://github.com/Flexget/Flexget/compare/v3.9.5...v3.9.7

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.9.7
-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 649be6767c2..b6f88f87f48 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -6,7 +6,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.9.5";
+  version = "3.9.7";
   format = "pyproject";
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "Flexget";
     repo = "Flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-L3AQCc5ErWjMATKMSZf9r+4rfFA8SjCCcT0rW9oMmbA=";
+    hash = "sha256-UDh5rEcnuoiXjxYZqh0KJXi02M3xjwXGNKhrEBrLtCs=";
   };
 
   postPatch = ''