praat: 6.4.19 -> 6.4.20

This commit is contained in:
R. Ryantm
2024-09-20 12:32:51 +00:00
parent 90a3274d58
commit b4b96bec9d
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "praat";
version = "6.4.19";
version = "6.4.20";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${finalAttrs.version}";
hash = "sha256-dK1rCfyTIASMGWEWQomdbazpI6faBvlrRpyGDuSoW5g=";
hash = "sha256-qal7eIKht0XkRDEsAfNkNDwmDYrr/cLQV4pMMWE+kFk=";
};
nativeBuildInputs = [