praat: 6.3.01 -> 6.3.02

This commit is contained in:
R. Ryantm 2022-12-06 17:04:47 +00:00 committed by Bobby Rong
parent 4efd1a7af9
commit e968b8b88d

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "praat";
version = "6.3.01";
version = "6.3.02";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${version}";
sha256 = "sha256-BgfVbD/xQ3IaTMJhac6eSnbZQdBTDdqboruxSbKvbyE=";
sha256 = "sha256-sn/GWCw1bxtFjUUKkrPZVOe5qRQ5ATyII52CPHmlB3g=";
};
configurePhase = ''