3
0
Fork 0
forked from mirrors/nixpkgs

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

praat: 6.2.04 -> 6.2.07
This commit is contained in:
Renaud 2022-02-23 19:34:12 +01:00 committed by GitHub
commit 374adfc19c
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.2.04";
version = "6.2.07";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${version}";
sha256 = "sha256-xzEgj4pjW+y46CXtVq4myHKX6DImCibsUz8m0G6F+YQ=";
sha256 = "sha256-MM8uC1+d1P7aZI460fCcHWtE7+xfJV1ZFj2cdp/b1rY=";
};
configurePhase = ''