subtitleedit: 4.0.7 -> 4.0.8

This commit is contained in:
Pavel Sobolev 2024-09-07 12:17:54 +03:00
parent b4b441a852
commit 16e1ffe043
No known key found for this signature in database

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "subtitleedit"; pname = "subtitleedit";
version = "4.0.7"; version = "4.0.8";
src = fetchzip { src = fetchzip {
url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${ url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${
lib.replaceStrings [ "." ] [ "" ] version lib.replaceStrings [ "." ] [ "" ] version
}.zip"; }.zip";
hash = "sha256-7BTW0wqlxyxtXu4aBVQXMQ1mUdSINn+S6W7XPL5pcSI="; hash = "sha256-pUCuAxCljRu1fXPQIBDWtkC17RBD+Bv6Nx5Tw/ACuXw=";
stripRoot = false; stripRoot = false;
}; };