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

praat: 6.3.14 -> 6.3.15
This commit is contained in:
Weijia Wang 2023-08-30 11:51:22 +02:00 committed by GitHub
commit 4d7ee7b87e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "praat";
version = "6.3.14";
version = "6.3.15";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${finalAttrs.version}";
hash = "sha256-HN4w7n0nh7voL/QKhGQwCcGfzn+nyFOwluESlP3B6VM=";
hash = "sha256-Lo0aJ3BbFkZxAJZyOTzso9esYnkTkeKAFNUi7Q2d/hI=";
};
nativeBuildInputs = [