praat: 6.1.55 -> 6.2.03

This commit is contained in:
R. Ryantm 2021-12-08 07:16:31 +00:00
parent 5753b89152
commit bd05dfa7c2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "praat";
version = "6.1.55";
version = "6.2.03";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${version}";
sha256 = "sha256-PQVbrohIlmzKcG/8TzOBgyQWWaMH88voMNWAqEfyUWI=";
sha256 = "sha256-0WTbLEPEqPm7BI02mjlwcsewkrmIsHtNlhccqK1d6SI=";
};
configurePhase = ''