Merge pull request #319468 from r-ryantm/auto-update/subtitlecomposer

subtitlecomposer: 0.8.0 -> 0.8.1
This commit is contained in:
Weijia Wang 2024-06-14 23:26:40 +02:00 committed by GitHub
commit 521f8da974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "subtitlecomposer";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "multimedia";
repo = "subtitlecomposer";
rev = "v${version}";
hash = "sha256-RKS3VTtpxnox0hzessMHmoGPpT+Ho0b3fxtQMGw9OrM=";
hash = "sha256-5RBrxOy1EIgDLb21r1y+Pou8d/j05a1YYMRJh1n8vSA=";
};
nativeBuildInputs = [ cmake extra-cmake-modules libsForQt5.wrapQtAppsHook ];