We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72da16a commit 63d5152Copy full SHA for 63d5152
pkgs/by-name/ae/aegisub/package.nix
@@ -41,13 +41,13 @@
41
42
stdenv.mkDerivation (finalAttrs: {
43
pname = "aegisub";
44
- version = "3.4.1";
+ version = "3.4.2";
45
46
src = fetchFromGitHub {
47
owner = "TypesettingTools";
48
repo = "aegisub";
49
tag = "v${finalAttrs.version}";
50
- hash = "sha256-3yWtBuCwr1OPOg/nh2s8SFg62vt8zuBMMp0gfOZrjqk=";
+ hash = "sha256-ho+JG570FWbiYZ86CbCKa52j6UNyPIUh8fxpM3vVU/M=";
51
};
52
53
nativeBuildInputs = [
0 commit comments