mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
parlatype: 1.6.2 -> 2.0
This commit is contained in:
parent
ab106571e1
commit
9c3997e05a
@ -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.
|
||||||
It’s intended to be useful for journalists, students, scientists and whoever needs to transcribe audio files.
|
It’s 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user