Merge pull request #128755 from Stunkymonkey/subtitleeditor

This commit is contained in:
Sandro 2021-07-01 03:03:18 +02:00 committed by GitHub
commit eadc668e08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,9 @@
libsigcxx, libxmlxx, xdg-utils, isocodes, wrapGAppsHook
}:
let
version = "0.54.0";
in
stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "subtitleeditor";
inherit version;
version = "0.54.0";
src = fetchFromGitHub {
owner = "kitone";