tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
subtitleedit: 4.0.12 -> 4.0.13
R. Ryantm
5 months ago
dcc9ff0a
c148f7b9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
su
subtitleedit
package.nix
+2
-2
pkgs/by-name/su/subtitleedit/package.nix
···
19
19
20
20
stdenv.mkDerivation rec {
21
21
pname = "subtitleedit";
22
22
-
version = "4.0.12";
22
22
+
version = "4.0.13";
23
23
24
24
src = fetchzip {
25
25
url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${
26
26
lib.replaceStrings [ "." ] [ "" ] version
27
27
}.zip";
28
28
-
hash = "sha256-UlkFTsdssrjrPA0oOXJuSckEf1uMxh+POojfDX7NUu8=";
28
28
+
hash = "sha256-Oo/w+1cEQ3+Xoa9H9VrGCaLFWFI2ajdj9wn3Pk9WEUk=";
29
29
stripRoot = false;
30
30
};
31
31