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
+2 -2
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 = [