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-03-25 04:58:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-25 04:58:49 +0000
commit1eae4d84686f2cf687c154605479f259e6c8faeb (patch)
treeb9b80bc18f0a49a73e5f8fd7dd1b20c97e3d6ed9 /pkgs/applications/networking/flexget/default.nix
parent30d2d4a499f904e8966eaeaf6a2867765efe1f6d (diff)
downloadnixpkgs-1eae4d84686f2cf687c154605479f259e6c8faeb.tar
nixpkgs-1eae4d84686f2cf687c154605479f259e6c8faeb.tar.gz
nixpkgs-1eae4d84686f2cf687c154605479f259e6c8faeb.tar.bz2
nixpkgs-1eae4d84686f2cf687c154605479f259e6c8faeb.tar.lz
nixpkgs-1eae4d84686f2cf687c154605479f259e6c8faeb.tar.xz
nixpkgs-1eae4d84686f2cf687c154605479f259e6c8faeb.tar.zst
nixpkgs-1eae4d84686f2cf687c154605479f259e6c8faeb.zip
flexget: 3.3.3 -> 3.3.4
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 f4a2306017a..96d3e773c88 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.3";
+  version = "3.3.4";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "v${version}";
-    hash = "sha256-a76x4Klad3lct2M9RxSroUYKmEX7lPqDN+dFvfjavo8=";
+    hash = "sha256-/nuY8+/RMM7ASke+NXb95yu+FeQHawCdgqVsBrk/KZ8=";
   };
 
   postPatch = ''