Unverified Commit 6069757a authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

praat: 6.4.23 -> 6.4.25 (#364405)

parents dfd7b670 43a8b6b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "praat";
  version = "6.4.23";
  version = "6.4.25";

  src = fetchFromGitHub {
    owner = "praat";
    repo = "praat";
    rev = "v${finalAttrs.version}";
    hash = "sha256-KZpWQxD+e/QJ8rg0mK4lsMPik+GrqqJf756tsVGev+s=";
    hash = "sha256-jTMXSVxhzaHF7zNr0/EWBDm3fIawTF4v6zuAcx/woeQ=";
  };

  nativeBuildInputs = [