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

praat: 6.4.03 -> 6.4.05
This commit is contained in:
Weijia Wang 2024-02-04 20:32:04 +01:00 committed by GitHub
commit 8f6c96c7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "praat";
version = "6.4.03";
version = "6.4.05";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${finalAttrs.version}";
hash = "sha256-eiZBe/tBX5ax23jsj1AY9O2BBLvEyiDQ6WS1ZtOBQNU=";
hash = "sha256-ctCDxE//vH4i22bKYBs14pdmp+1M6K+w7Tm22ZoGOf8=";
};
nativeBuildInputs = [