subtitleedit: 4.0.5 -> 4.0.6

This commit is contained in:
R. Ryantm 2024-06-03 00:10:52 +00:00
parent eb71fe7727
commit 23fc7e91b4

View File

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