subtitleedit: 4.0.4 -> 4.0.5

This commit is contained in:
R. Ryantm 2024-04-14 22:28:58 +00:00
parent 3f9dfce316
commit 1c15b11b2b

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "subtitleedit";
version = "4.0.4";
version = "4.0.5";
src = fetchzip {
url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip";
hash = "sha256-9z9igHU/23KHOd1TM3Wd7y5kl19cg3D9AQ2MjH5av20=";
hash = "sha256-qYDLUqC5adzpmlQIq/EKmrkN8D8/EHZmP8QUGAaYf+s=";
stripRoot = false;
};