hydrus 436
This commit is contained in:
parent
a8320e7798
commit
fcc1c56bc4
@ -1,7 +1,6 @@
|
||||
final: prev: {
|
||||
hydrus = prev.hydrus.overrideAttrs (old:
|
||||
let version = "435";
|
||||
in
|
||||
let version = "436"; in
|
||||
{
|
||||
inherit version;
|
||||
|
||||
@ -9,14 +8,7 @@ final: prev: {
|
||||
owner = "hydrusnetwork";
|
||||
repo = old.pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-+YOFqRgyNtdVBBCb6MWb+PqUoGvt8M0/ygiHrvxdWWg=";
|
||||
sha256 = "sha256-FXm8VUEY0OZ6/dc/qNwOXekhv5H2C9jjg/eNDoMvMn0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed 's;os\.path\.join(\sHC\.BIN_DIR,.*;"${prev.miniupnpc_2}/bin/upnpc";' \
|
||||
-i ./hydrus/core/networking/HydrusNATPunch.py
|
||||
sed 's;os\.path\.join(\sHC\.BIN_DIR,.*;"${prev.swftools}/bin/swfrender";' \
|
||||
-i ./hydrus/core/HydrusFlashHandling.py
|
||||
'';
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user