praat: 6.4.63 -> 6.4.65 (#521188)

This commit is contained in:
Michael Daniels
2026-05-23 17:05:07 +00:00
committed by GitHub
+3 -5
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "praat";
version = "6.4.63";
version = "6.4.65";
src = fetchFromGitHub {
owner = "praat";
repo = "praat.github.io";
tag = "v${finalAttrs.version}";
hash = "sha256-96fw5WRk1/zex65hcRdmx0wq2FTVett3FRDPhmsZr6g=";
hash = "sha256-v4cAFLSJllrNgTm6ewR40HYvdi8a1bZcEBz/BTdFsxA=";
};
strictDeps = true;
@@ -44,9 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
configurePhase = ''
runHook preConfigure
cp makefiles/makefile.defs.linux.pulse-gcc.${
if stdenv.hostPlatform.isLittleEndian then "LE" else "BE"
} makefile.defs
cp makefiles/makefile.defs.linux.pulse-gcc makefile.defs
runHook postConfigure
'';