summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-04-25 13:54:29 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-25 13:54:29 +0200
commitc648f7ee2a154f19a7197ee9d629c2df3c80e5ec (patch)
treeb531841b069db388a27bbd45a634da0200037a92 /pkgs/applications/graphics
parenta956f62ea4ea5a9e5bd18e87b1ea362e583dbcad (diff)
parent6eb1fc6f10143e177e24f09d71d47757fc874d2b (diff)
downloadnixpkgs-c648f7ee2a154f19a7197ee9d629c2df3c80e5ec.tar
nixpkgs-c648f7ee2a154f19a7197ee9d629c2df3c80e5ec.tar.gz
nixpkgs-c648f7ee2a154f19a7197ee9d629c2df3c80e5ec.tar.bz2
nixpkgs-c648f7ee2a154f19a7197ee9d629c2df3c80e5ec.tar.lz
nixpkgs-c648f7ee2a154f19a7197ee9d629c2df3c80e5ec.tar.xz
nixpkgs-c648f7ee2a154f19a7197ee9d629c2df3c80e5ec.tar.zst
nixpkgs-c648f7ee2a154f19a7197ee9d629c2df3c80e5ec.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index e42666beb1f..56ebbeb3722 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -1,7 +1,6 @@
 { lib
 , fetchFromGitHub
 , xz
-, qt5
 , wrapQtAppsHook
 , miniupnpc_2
 , swftools
@@ -10,14 +9,14 @@
 
 pythonPackages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "434";
+  version = "436";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "v${version}";
-    sha256 = "sha256-7Allc9zawja8DO2idv+MAYZ/cBRTCMd0mbgBLfEVii8=";
+    sha256 = "sha256-FXm8VUEY0OZ6/dc/qNwOXekhv5H2C9jjg/eNDoMvMn0==";
   };
 
   nativeBuildInputs = [