File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 alsa-lib ,
44 boost ,
5- curl ,
65 meson ,
76 config ,
87 expat ,
4241
4342stdenv . mkDerivation ( finalAttrs : {
4443 pname = "aegisub" ;
45- version = "3.4.0 " ;
44+ version = "3.4.1 " ;
4645
4746 src = fetchFromGitHub {
4847 owner = "TypesettingTools" ;
4948 repo = "aegisub" ;
5049 tag = "v${ finalAttrs . version } " ;
51- hash = "sha256-HvBbHUWKUFpne7Dj8CB2V9agBSBbB24BXnnYWUjHSDI =" ;
50+ hash = "sha256-3yWtBuCwr1OPOg/nh2s8SFg62vt8zuBMMp0gfOZrjqk =" ;
5251 } ;
5352
5453 nativeBuildInputs = [
@@ -63,7 +62,6 @@ stdenv.mkDerivation (finalAttrs: {
6362
6463 buildInputs = [
6564 boost
66- curl
6765 expat
6866 ffmpeg
6967 ffms
@@ -115,10 +113,6 @@ stdenv.mkDerivation (finalAttrs: {
115113 # system version?
116114 substituteInPlace meson.build \
117115 --replace-fail "subdir('tests')" "# subdir('tests')"
118-
119- # https://github.com/TypesettingTools/Aegisub/issues/191
120- substituteInPlace src/dialog_colorpicker.cpp \
121- --replace-fail "NSUInteger" "size_t"
122116 '' ;
123117
124118 # Inject the version, per the AUR package:
You can’t perform that action at this time.
0 commit comments