Commit 9b945dec authored by pancaek's avatar pancaek
Browse files

praat: 6.4.25 -> 6.4.47

parent 61eabfa9
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "praat";
  version = "6.4.25";
  version = "6.4.47";

  src = fetchFromGitHub {
    owner = "praat";
    repo = "praat";
    rev = "v${finalAttrs.version}";
    hash = "sha256-jTMXSVxhzaHF7zNr0/EWBDm3fIawTF4v6zuAcx/woeQ=";
    repo = "praat.github.io";
    tag = "v${finalAttrs.version}";
    hash = "sha256-g0y2iRSwxFZepfViGNvKFeNe6BOoY90aKiogqNZov7w=";
  };

  nativeBuildInputs = [
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
  configurePhase = ''
    runHook preConfigure

    cp makefiles/makefile.defs.linux.pulse makefile.defs
    cp makefiles/makefile.defs.linux.pulse-gcc makefile.defs

    runHook postConfigure
  '';
@@ -62,6 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Doing phonetics by computer";
    mainProgram = "praat";
    homepage = "https://www.fon.hum.uva.nl/praat/";
    changelog = "https://github.com/praat/praat.github.io/releases/tag/${finalAttrs.src.tag}";
    license = lib.licenses.gpl2Plus; # Has some 3rd-party code in it though
    maintainers = with lib.maintainers; [ orivej ];
    platforms = lib.platforms.linux;