summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus/default.nix
diff options
context:
space:
mode:
authorYusuf Bera Ertan <y.bera003.06@protonmail.com>2021-04-12 18:36:15 +0300
committerYusuf Bera Ertan <y.bera003.06@protonmail.com>2021-04-12 18:36:15 +0300
commit5104d563a44b98965089d712e9525cdf2aead6ec (patch)
tree2c9dad82a8ce4d8d1de4d030b707334f51d13faf /pkgs/applications/graphics/hydrus/default.nix
parent4b9e672792739ceee37f5e5a5bd9fbc05a022df6 (diff)
downloadnixpkgs-5104d563a44b98965089d712e9525cdf2aead6ec.tar
nixpkgs-5104d563a44b98965089d712e9525cdf2aead6ec.tar.gz
nixpkgs-5104d563a44b98965089d712e9525cdf2aead6ec.tar.bz2
nixpkgs-5104d563a44b98965089d712e9525cdf2aead6ec.tar.lz
nixpkgs-5104d563a44b98965089d712e9525cdf2aead6ec.tar.xz
nixpkgs-5104d563a44b98965089d712e9525cdf2aead6ec.tar.zst
nixpkgs-5104d563a44b98965089d712e9525cdf2aead6ec.zip
pythonPackages.hydrus: 431 -> 434
Diffstat (limited to 'pkgs/applications/graphics/hydrus/default.nix')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index df1fcc9eb66..e42666beb1f 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -10,14 +10,14 @@
 
 pythonPackages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "431";
+  version = "434";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "v${version}";
-    sha256 = "0mfql27n725k6ynvhkgzmxxpfbjlzil2fjpy082gz257kb0880zy";
+    sha256 = "sha256-7Allc9zawja8DO2idv+MAYZ/cBRTCMd0mbgBLfEVii8=";
   };
 
   nativeBuildInputs = [
@@ -75,11 +75,11 @@ pythonPackages.buildPythonPackage rec {
     -e TestServer \
   '';
 
-  extraOutputsToLink = [ "doc" ];
+  outputs = [ "out" "doc" ];
 
   postPatch = ''
     sed 's;os\.path\.join(\sHC\.BIN_DIR,.*;"${miniupnpc_2}/bin/upnpc";' \
-      -i ./hydrus/core/HydrusNATPunch.py
+      -i ./hydrus/core/networking/HydrusNATPunch.py
 
     sed 's;os\.path\.join(\sHC\.BIN_DIR,.*;"${swftools}/bin/swfrender";' \
       -i ./hydrus/core/HydrusFlashHandling.py