Merge pull request #296891 from r-ryantm/auto-update/subtitleedit

subtitleedit: 4.0.2 -> 4.0.4
This commit is contained in:
Weijia Wang 2024-03-24 23:19:12 +01:00 committed by GitHub
commit 1f0d5dc1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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