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.
2 parents c4f8208 + e6ef304 commit e08fbb1Copy full SHA for e08fbb1
pkgs/by-name/su/subtitleedit/package.nix
@@ -19,13 +19,13 @@
19
20
stdenv.mkDerivation rec {
21
pname = "subtitleedit";
22
- version = "4.0.10";
+ version = "4.0.11";
23
24
src = fetchzip {
25
url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${
26
lib.replaceStrings [ "." ] [ "" ] version
27
}.zip";
28
- hash = "sha256-9T5CiPd90wqgK1s/w1u2doD0lN29u3HTsu+jKRSO9LA=";
+ hash = "sha256-j024PnRie48M9vQMIduREF1W/DZhvOmmoppHN69svxk=";
29
stripRoot = false;
30
};
31
0 commit comments