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: { stdenv.mkDerivation (finalAttrs: {
pname = "praat"; pname = "praat";
version = "6.4.03"; version = "6.4.05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "praat"; owner = "praat";
repo = "praat"; repo = "praat";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-eiZBe/tBX5ax23jsj1AY9O2BBLvEyiDQ6WS1ZtOBQNU="; hash = "sha256-ctCDxE//vH4i22bKYBs14pdmp+1M6K+w7Tm22ZoGOf8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [