praat: 6.4.14 -> 6.4.19

This commit is contained in:
R. Ryantm
2024-09-08 18:24:23 +00:00
parent 579a92cea8
commit 4a4f11d752
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "praat";
version = "6.4.14";
version = "6.4.19";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${finalAttrs.version}";
hash = "sha256-AY/OSoCWlWSjtLcve16nL72HidPlJqJgAOvUubMqvj0=";
hash = "sha256-dK1rCfyTIASMGWEWQomdbazpI6faBvlrRpyGDuSoW5g=";
};
nativeBuildInputs = [