Commit d7f8e5b1 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

audacity: 3.6.4 -> 3.7.0

parent 9de9ad94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,13 +62,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "audacity";
  version = "3.6.4";
  version = "3.7.0";

  src = fetchFromGitHub {
    owner = "audacity";
    repo = "audacity";
    rev = "Audacity-${finalAttrs.version}";
    hash = "sha256-72k79UFxhk8JUCnMzbU9lZ0Ua3Ui41EkhPGSnGkf9mE=";
    hash = "sha256-jwsn/L9e1ViWLOh8Xc4lTS9FhanD4GK0BllCwtPamZc=";
  };

  postPatch =