praat: 6.2.22 -> 6.2.23

This commit is contained in:
R. Ryantm 2022-10-08 17:34:06 +00:00 committed by Bobby Rong
parent 64b7da8ef3
commit fc75cc94f4

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "praat";
version = "6.2.22";
version = "6.2.23";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${version}";
sha256 = "sha256-RE4QDK5x9xG1RsAWB6dgviu3V1ay/+r0vyHCPCu/qCU=";
sha256 = "sha256-gl+kT8wXLCWnNmOBx6Vg+FbmJ8kJ8pJKsahpqcYw9Lk=";
};
configurePhase = ''