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

praat: 6.4.01 -> 6.4.03
This commit is contained in:
Weijia Wang
2024-01-20 08:03:54 +01:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "praat";
version = "6.4.01";
version = "6.4.03";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${finalAttrs.version}";
hash = "sha256-6g9oDPcJpI/udX+GKyCUkv+mjGoTbHU2YfTYaTVRwu4=";
hash = "sha256-eiZBe/tBX5ax23jsj1AY9O2BBLvEyiDQ6WS1ZtOBQNU=";
};
nativeBuildInputs = [