Merge pull request #135783 from r-ryantm/auto-update/praat

praat: 6.1.51 -> 6.1.52
This commit is contained in:
Bobby Rong 2021-09-21 23:42:37 +08:00 committed by GitHub
commit 02378673ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "praat";
version = "6.1.51";
version = "6.1.52";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${version}";
sha256 = "sha256-4goZRNKNFrfKRbGODJMhN6DyOh8U3+nWRDF1VMT7I1E=";
sha256 = "sha256-O/PjR2J9IMifOtCIsvo90XeRK/G29HQYt3zrn2lVjxA=";
};
configurePhase = ''