parlatype: 1.6.2 -> 2.0

This commit is contained in:
R. RyanTM 2020-03-21 02:43:20 +00:00 committed by Jon
parent ab106571e1
commit 9c3997e05a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "parlatype"; pname = "parlatype";
version = "1.6.2"; version = "2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gkarsay"; owner = "gkarsay";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "157423f40l8nd5da6y0qjmg4l3125zailp98w2hda3mxxn1j5ix3"; sha256 = "026i19vkdq35rldbjp1wglamr22a1330iv736mmgbd8fs7vz22nx";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
It plays audio sources to transcribe them in your favourite text application. It plays audio sources to transcribe them in your favourite text application.
Its intended to be useful for journalists, students, scientists and whoever needs to transcribe audio files. Its intended to be useful for journalists, students, scientists and whoever needs to transcribe audio files.
''; '';
homepage = https://gkarsay.github.io/parlatype/; homepage = "https://gkarsay.github.io/parlatype/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.melchips ]; maintainers = [ maintainers.melchips ];
platforms = platforms.linux; platforms = platforms.linux;