summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-07-25 22:28:15 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-07-25 22:28:15 +0200
commitae13f7ccc5c5c3627d0c87964ac147b4ce5e3ee4 (patch)
tree622123b0329304f313e277c878c2b84f88a917bb
parent2d18ed2ec5f8cafcbaad12fbaf2acf791afdb9a0 (diff)
downloadnixpkgs-ae13f7ccc5c5c3627d0c87964ac147b4ce5e3ee4.tar
nixpkgs-ae13f7ccc5c5c3627d0c87964ac147b4ce5e3ee4.tar.gz
nixpkgs-ae13f7ccc5c5c3627d0c87964ac147b4ce5e3ee4.tar.bz2
nixpkgs-ae13f7ccc5c5c3627d0c87964ac147b4ce5e3ee4.tar.lz
nixpkgs-ae13f7ccc5c5c3627d0c87964ac147b4ce5e3ee4.tar.xz
nixpkgs-ae13f7ccc5c5c3627d0c87964ac147b4ce5e3ee4.tar.zst
nixpkgs-ae13f7ccc5c5c3627d0c87964ac147b4ce5e3ee4.zip
flexget: 3.1.131 -> 3.1.133
-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 b898ce33742..3d726eba980 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -2,12 +2,12 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.1.131";
+  version = "3.1.133";
 
   src = python3Packages.fetchPypi {
     pname = "FlexGet";
     inherit version;
-    sha256 = "sha256-wjMtCrffRhk7NL+Z0PeljuDc3WjVWSMsjWLbqo8qUjU=";
+    sha256 = "1mfmy2nbxx9k6hnhwxpf2062rwspigfhbvkpr161grd5amcs2cr6";
   };
 
   postPatch = ''