praat: 6.4.07 -> 6.4.12

This commit is contained in:
R. Ryantm 2024-05-04 11:28:43 +00:00
parent a05b336245
commit fee7edee63

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "praat";
version = "6.4.07";
version = "6.4.12";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${finalAttrs.version}";
hash = "sha256-r36znpkyI6/UPtOm1ZjedOadRG1BiIscRV9qRLf/A5Q=";
hash = "sha256-nriw/nP73m27QWdhC5ooTuVMul+GdOUsnVroM/CZiiY=";
};
nativeBuildInputs = [