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

praat: 6.2.10 -> 6.2.16
This commit is contained in:
Jonas Heinrich
2022-08-27 14:47:03 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "praat";
version = "6.2.10";
version = "6.2.16";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${version}";
sha256 = "sha256-IYbPMjKWDQQrF+JiqBQ2wsjY+Ms93tEdsG75CxipwaI=";
sha256 = "sha256-k6wFTwXMXpLb+nddJ6fOfhzCOrcbQR7Pot8rmrx2gYs=";
};
configurePhase = ''