3
0
Fork 0
forked from mirrors/nixpkgs

praat: 6.3.04 -> 6.3.05

This commit is contained in:
R. Ryantm 2023-01-31 11:08:00 +00:00
parent 66bb8338fc
commit 6616e69312

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "praat";
version = "6.3.04";
version = "6.3.05";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${version}";
sha256 = "sha256-C5wDiqoS6dF8VGTqiQbr1obtjpsiIa2bmtF6qGYc8XQ=";
sha256 = "sha256-0e225cmP0CSYjRYNEXi4Oqq9o8XR2N7bNS1X5x+mQKw=";
};
configurePhase = ''