praat: 6.3.14 -> 6.3.15

This commit is contained in:
R. Ryantm 2023-08-29 12:40:59 +00:00
parent e8083f3021
commit 26308d6c56

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